Skip to content

Commit 3e1283a

Browse files
fix "openapi" field to accept 3.3 versions
1 parent 7a5e380 commit 3e1283a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/validation/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type: object
77
properties:
88
openapi:
99
type: string
10-
pattern: '^3\.2\.\d+(-.+)?$'
10+
pattern: '^3\.3\.\d+(-.+)?$'
1111
$self:
1212
type: string
1313
format: uri-reference

0 commit comments

Comments
 (0)