We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd4e2e commit 14753e6Copy full SHA for 14753e6
schemas/v3.1/schema.yaml
@@ -11,8 +11,7 @@ properties:
11
info:
12
$ref: '#/$defs/info'
13
jsonSchemaDialect:
14
- type: string
15
- format: uri-reference
+ $ref: '#/$defs/uri-reference-no-fragment'
16
default: 'https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS'
17
servers:
18
type: array
@@ -972,3 +971,9 @@ $defs:
972
971
properties:
973
explode:
974
default: false
+
975
+ uri-reference-no-fragment:
976
+ $comment: a uri-reference used to reference an entire document, not a position in an OpenAPI description
977
+ type: string
978
+ format: uri-reference
979
+ regex: '^[^#]*$'
0 commit comments