@hyperjump/json-schema 1.16.3 → 1.16.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/annotations/index.d.ts +1 -1
- package/lib/index.d.ts +1 -1
- package/openapi-3-1/index.d.ts +66 -17
- package/openapi-3-1/schema-draft-2019-09.js +1 -1
- package/openapi-3-1/schema-draft-2020-12.js +1 -1
- package/openapi-3-2/dialect/base.js +2 -2
- package/openapi-3-2/index.d.ts +326 -2
- package/openapi-3-2/index.js +2 -4
- package/openapi-3-2/meta/base.js +30 -5
- package/openapi-3-2/schema-base.js +2 -3
- package/openapi-3-2/schema-draft-04.js +2 -2
- package/openapi-3-2/schema-draft-06.js +2 -2
- package/openapi-3-2/schema-draft-07.js +2 -2
- package/openapi-3-2/schema-draft-2019-09.js +3 -3
- package/openapi-3-2/schema-draft-2020-12.js +3 -3
- package/openapi-3-2/schema.js +1661 -1
- package/package.json +2 -1
|
@@ -12,7 +12,7 @@ export default {
|
|
|
12
12
|
"https://spec.openapis.org/oas/3.2/vocab/base": false
|
|
13
13
|
},
|
|
14
14
|
|
|
15
|
-
"description": "OpenAPI v3.2.x
|
|
15
|
+
"description": "The description of OpenAPI v3.2.x Documents using the draft-06 JSON Schema dialect",
|
|
16
16
|
|
|
17
17
|
"$ref": "https://spec.openapis.org/oas/3.2/schema",
|
|
18
18
|
"properties": {
|
|
@@ -24,7 +24,7 @@ export default {
|
|
|
24
24
|
|
|
25
25
|
"schema": {
|
|
26
26
|
"$dynamicAnchor": "meta",
|
|
27
|
-
"$ref": "https://spec.openapis.org/oas/3.2/dialect
|
|
27
|
+
"$ref": "https://spec.openapis.org/oas/3.2/dialect",
|
|
28
28
|
"properties": {
|
|
29
29
|
"$schema": { "$ref": "#/$defs/dialect" }
|
|
30
30
|
}
|
|
@@ -12,7 +12,7 @@ export default {
|
|
|
12
12
|
"https://spec.openapis.org/oas/3.2/vocab/base": false
|
|
13
13
|
},
|
|
14
14
|
|
|
15
|
-
"description": "OpenAPI v3.2.x
|
|
15
|
+
"description": "The description of OpenAPI v3.2.x Documents using the draft-07 JSON Schema dialect",
|
|
16
16
|
|
|
17
17
|
"$ref": "https://spec.openapis.org/oas/3.2/schema",
|
|
18
18
|
"properties": {
|
|
@@ -24,7 +24,7 @@ export default {
|
|
|
24
24
|
|
|
25
25
|
"schema": {
|
|
26
26
|
"$dynamicAnchor": "meta",
|
|
27
|
-
"$ref": "https://spec.openapis.org/oas/3.2/dialect
|
|
27
|
+
"$ref": "https://spec.openapis.org/oas/3.2/dialect",
|
|
28
28
|
"properties": {
|
|
29
29
|
"$schema": { "$ref": "#/$defs/dialect" }
|
|
30
30
|
}
|
|
@@ -12,7 +12,7 @@ export default {
|
|
|
12
12
|
"https://spec.openapis.org/oas/3.2/vocab/base": false
|
|
13
13
|
},
|
|
14
14
|
|
|
15
|
-
"description": "
|
|
15
|
+
"description": "The description of OpenAPI v3.2.x Documents using the 2019-09 JSON Schema dialect",
|
|
16
16
|
|
|
17
17
|
"$ref": "https://spec.openapis.org/oas/3.2/schema",
|
|
18
18
|
"properties": {
|
|
@@ -23,8 +23,8 @@ export default {
|
|
|
23
23
|
"dialect": { "const": "https://json-schema.org/draft/2019-09/schema" },
|
|
24
24
|
|
|
25
25
|
"schema": {
|
|
26
|
-
"$
|
|
27
|
-
"$ref": "https://spec.openapis.org/oas/3.2/dialect
|
|
26
|
+
"$dynamicAnchor": "meta",
|
|
27
|
+
"$ref": "https://spec.openapis.org/oas/3.2/dialect",
|
|
28
28
|
"properties": {
|
|
29
29
|
"$schema": { "$ref": "#/$defs/dialect" }
|
|
30
30
|
}
|
|
@@ -12,7 +12,7 @@ export default {
|
|
|
12
12
|
"https://spec.openapis.org/oas/3.2/vocab/base": false
|
|
13
13
|
},
|
|
14
14
|
|
|
15
|
-
"description": "
|
|
15
|
+
"description": "The description of OpenAPI v3.2.x Documents using the 2020-12 JSON Schema dialect",
|
|
16
16
|
|
|
17
17
|
"$ref": "https://spec.openapis.org/oas/3.2/schema",
|
|
18
18
|
"properties": {
|
|
@@ -23,8 +23,8 @@ export default {
|
|
|
23
23
|
"dialect": { "const": "https://json-schema.org/draft/2020-12/schema" },
|
|
24
24
|
|
|
25
25
|
"schema": {
|
|
26
|
-
"$
|
|
27
|
-
"$ref": "https://spec.openapis.org/oas/3.2/dialect
|
|
26
|
+
"$dynamicAnchor": "meta",
|
|
27
|
+
"$ref": "https://spec.openapis.org/oas/3.2/dialect",
|
|
28
28
|
"properties": {
|
|
29
29
|
"$schema": { "$ref": "#/$defs/dialect" }
|
|
30
30
|
}
|