Skip to content

Commit 12f1646

Browse files
authored
Fix typo in v3.1 schema-base schema (OAI#2544)
1 parent ecc6ef3 commit 12f1646

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schemas/v3.1/schema-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"schema": {
1515
"$dynamicAnchor": "meta",
16-
"$ref\"": "https://spec.openapis.org/oas/3.1/dialect/base",
16+
"$ref": "https://spec.openapis.org/oas/3.1/dialect/base",
1717
"properties": {
1818
"$schema": {
1919
"$ref": "#/$defs/dialect"

schemas/v3.1/schema-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $defs:
1111
const: 'https://spec.openapis.org/oas/3.1/dialect/base'
1212
schema:
1313
$dynamicAnchor: meta
14-
$ref": 'https://spec.openapis.org/oas/3.1/dialect/base'
14+
$ref: 'https://spec.openapis.org/oas/3.1/dialect/base'
1515
properties:
1616
$schema:
1717
$ref: '#/$defs/dialect'

0 commit comments

Comments
 (0)