Skip to content

Commit

Permalink
chore(test-suite): regenerate YAML test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
harrel56 committed Feb 6, 2024
1 parent a220cdf commit e57dba5
Show file tree
Hide file tree
Showing 6 changed files with 6 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

0 comments on commit e57dba5

Please sign in to comment.