@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.
@@ -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 documents using draft-06 JSON Schemas",
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/base",
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 documents using draft-07 JSON Schemas",
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/base",
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 documents using 2019-09 json schemas",
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
- "$dynamicanchor": "meta",
27
- "$ref": "https://spec.openapis.org/oas/3.2/dialect/base",
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": "openapi v3.2.x documents using 2020-12 json schemas",
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
- "$dynamicanchor": "meta",
27
- "$ref": "https://spec.openapis.org/oas/3.2/dialect/base",
26
+ "$dynamicAnchor": "meta",
27
+ "$ref": "https://spec.openapis.org/oas/3.2/dialect",
28
28
  "properties": {
29
29
  "$schema": { "$ref": "#/$defs/dialect" }
30
30
  }