github.com/giantswarm/apiextensions/v2@v2.6.2/config/crd/patches/v1/release.giantswarm.io_releases/patch.yaml (about) 1 - op: add 2 path: /spec/versions/0/schema/openAPIV3Schema/properties/metadata 3 value: 4 properties: 5 name: 6 type: string 7 pattern: ^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(-[\.0-9a-zA-Z]*)?$ 8 type: object