Skip to content

Commit cd31595

Browse files
committed
Remove version pattern constraint in schema
Eliminated the regex pattern restriction for the 'version' property in version.json, allowing more flexible version string formats.
1 parent 58be309 commit cd31595

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

models/info/version.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"title": "VersionResponse",
44
"properties": {
55
"version": {
6-
"type": "string",
7-
"pattern": "^[0-9]+\\.[0-9]+$"
6+
"type": "string"
87
},
98
"build": {
109
"type": "string"

0 commit comments

Comments
 (0)