File tree 3 files changed +1368
-1
lines changed 3 files changed +1368
-1
lines changed Original file line number Diff line number Diff line change 13
13
},
14
14
"schema": {
15
15
"$dynamicAnchor": "meta",
16
- "$ref\" ": "https://spec.openapis.org/oas/3.1/dialect/base",
16
+ "$ref": "https://spec.openapis.org/oas/3.1/dialect/base",
17
17
"properties": {
18
18
"$schema": {
19
19
"$ref": "#/$defs/dialect"
Original file line number Diff line number Diff line change
1
+ {
2
+ "$id": "https://spec.openapis.org/oas/3.1/schema-base/2021-04-15",
3
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
4
+ "$ref": "https://spec.openapis.org/oas/3.1/schema/2021-04-15",
5
+ "properties": {
6
+ "jsonSchemaDialect": {
7
+ "$ref": "#/$defs/dialect"
8
+ }
9
+ },
10
+ "$defs": {
11
+ "dialect": {
12
+ "const": "https://spec.openapis.org/oas/3.1/dialect/base"
13
+ },
14
+ "schema": {
15
+ "$dynamicAnchor": "meta",
16
+ "$ref": "https://spec.openapis.org/oas/3.1/dialect/base",
17
+ "properties": {
18
+ "$schema": {
19
+ "$ref": "#/$defs/dialect"
20
+ }
21
+ }
22
+ }
23
+ }
24
+ }
You can’t perform that action at this time.
0 commit comments