Skip to content

Commit

Permalink
Merge pull request #145 from harrel56/chore/update-test-suite-2024020…
Browse files Browse the repository at this point in the history
…6-161921

chore(test-suite): incremental test suite update from upstream
  • Loading branch information
harrel56 authored Feb 7, 2024
2 parents b322f79 + e57dba5 commit c48ddf4
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $id: http://localhost:1234/draft2019-09/metaschema-no-validation.json
$vocabulary:
https://json-schema.org/draft/2019-09/vocab/applicator: true
https://json-schema.org/draft/2019-09/vocab/core: true
$recursiveAnchor: true
allOf:
- $ref: https://json-schema.org/draft/2019-09/meta/applicator
- $ref: https://json-schema.org/draft/2019-09/meta/core
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ $vocabulary:
https://json-schema.org/draft/2019-09/vocab/validation: true
https://json-schema.org/draft/2019-09/vocab/core: true
http://localhost:1234/draft/2019-09/vocab/custom: false
$recursiveAnchor: true
allOf:
- $ref: https://json-schema.org/draft/2019-09/meta/validation
- $ref: https://json-schema.org/draft/2019-09/meta/core
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $schema: https://json-schema.org/draft/2020-12/schema
$vocabulary:
https://json-schema.org/draft/2020-12/vocab/core: true
https://json-schema.org/draft/2020-12/vocab/format-assertion: false
$dynamicAnchor: meta
allOf:
- $ref: https://json-schema.org/draft/2020-12/meta/core
- $ref: https://json-schema.org/draft/2020-12/meta/format-assertion
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $schema: https://json-schema.org/draft/2020-12/schema
$vocabulary:
https://json-schema.org/draft/2020-12/vocab/core: true
https://json-schema.org/draft/2020-12/vocab/format-assertion: true
$dynamicAnchor: meta
allOf:
- $ref: https://json-schema.org/draft/2020-12/meta/core
- $ref: https://json-schema.org/draft/2020-12/meta/format-assertion
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $id: http://localhost:1234/draft2020-12/metaschema-no-validation.json
$vocabulary:
https://json-schema.org/draft/2020-12/vocab/applicator: true
https://json-schema.org/draft/2020-12/vocab/core: true
$dynamicAnchor: meta
allOf:
- $ref: https://json-schema.org/draft/2020-12/meta/applicator
- $ref: https://json-schema.org/draft/2020-12/meta/core
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ $vocabulary:
https://json-schema.org/draft/2020-12/vocab/validation: true
https://json-schema.org/draft/2020-12/vocab/core: true
http://localhost:1234/draft/2020-12/vocab/custom: false
$dynamicAnchor: meta
allOf:
- $ref: https://json-schema.org/draft/2020-12/meta/validation
- $ref: https://json-schema.org/draft/2020-12/meta/core
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"https://json-schema.org/draft/2019-09/vocab/applicator": true,
"https://json-schema.org/draft/2019-09/vocab/core": true
},
"$recursiveAnchor": true,
"allOf": [
{ "$ref": "https://json-schema.org/draft/2019-09/meta/applicator" },
{ "$ref": "https://json-schema.org/draft/2019-09/meta/core" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"https://json-schema.org/draft/2019-09/vocab/core": true,
"http://localhost:1234/draft/2019-09/vocab/custom": false
},
"$recursiveAnchor": true,
"allOf": [
{ "$ref": "https://json-schema.org/draft/2019-09/meta/validation" },
{ "$ref": "https://json-schema.org/draft/2019-09/meta/core" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"https://json-schema.org/draft/2020-12/vocab/core": true,
"https://json-schema.org/draft/2020-12/vocab/format-assertion": false
},
"$dynamicAnchor": "meta",
"allOf": [
{ "$ref": "https://json-schema.org/draft/2020-12/meta/core" },
{ "$ref": "https://json-schema.org/draft/2020-12/meta/format-assertion" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"https://json-schema.org/draft/2020-12/vocab/core": true,
"https://json-schema.org/draft/2020-12/vocab/format-assertion": true
},
"$dynamicAnchor": "meta",
"allOf": [
{ "$ref": "https://json-schema.org/draft/2020-12/meta/core" },
{ "$ref": "https://json-schema.org/draft/2020-12/meta/format-assertion" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"https://json-schema.org/draft/2020-12/vocab/applicator": true,
"https://json-schema.org/draft/2020-12/vocab/core": true
},
"$dynamicAnchor": "meta",
"allOf": [
{ "$ref": "https://json-schema.org/draft/2020-12/meta/applicator" },
{ "$ref": "https://json-schema.org/draft/2020-12/meta/core" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"https://json-schema.org/draft/2020-12/vocab/core": true,
"http://localhost:1234/draft/2020-12/vocab/custom": false
},
"$dynamicAnchor": "meta",
"allOf": [
{ "$ref": "https://json-schema.org/draft/2020-12/meta/validation" },
{ "$ref": "https://json-schema.org/draft/2020-12/meta/core" }
Expand Down

0 comments on commit c48ddf4

Please sign in to comment.