Skip to content

Commit 34b5025

Browse files
committed
chore: dump private schema
1 parent 80c2604 commit 34b5025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/private/ekscluster-kfd-v1alpha2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2193,7 +2193,7 @@
21932193
},
21942194
"Types.SemVer": {
21952195
"type": "string",
2196-
"pattern": "^v[0-9]+\\.[0-9]+\\.[0-9]+$"
2196+
"pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$"
21972197
},
21982198
"Types.SshPubKey": {
21992199
"type": "string",

0 commit comments

Comments
 (0)