Skip to content

Commit 8fcfc3a

Browse files
committed
Squashed 'json/' changes from b41167c74..54f3784a8
54f3784a8 Merge pull request #731 from MeastroZI/main ff29264c2 Merge pull request #741 from harrel56/chore/tabs-to-spaces 9f39cf731 use spaces instead of tabs 2f3b5f7ab Corrected replaced unevaluated with additoinalProperties fa9224d7e Merge pull request #732 from MeastroZI/main2 83bedd5c8 Changing descriptions 49f73429c fixing tests e6d6a0816 adding more test cases 7e6c9be6d changing descriptions 959aca926 shifting test 605d7d786 Update propertyDependencies.json : test must be tests deb82824b test for dependentSchema and propertyDependencies with unevaluatedProperties and additionalProperties ea4851242 Merge branch 'json-schema-org:main' into main 64a3e7b37 Merge pull request #721 from json-schema-org/gregsdennis/dynamicref-skips-resources b9f14e64c Fix $schema in new new test 3d5048e83 Merge pull request #733 from Era-cell/main 2480edbae Update additionalProperties.json formatting it 6aa79c0b2 Update additionalProperties.json formatting it 3e0139a54 Update tests/draft-next/additionalProperties.json 616240b06 Update tests/draft-next/additionalProperties.json c5f3e4eaa Update tests/draft2020-12/propertyNames.json 964efb8e6 propertyNames doesn't affect additionalProperties, tests exist already for unevaluatedProps f08b884cf Cases go under additional and unevaluated Properties 99864ff66 added tests for propertyNames with additionalProperties/unevaluatedProperties, also with specification property 3b5782b65 Update ref.json : changing $Ids 546b3561a test for $ref with $recursiveAnchor 57617f254 Merge pull request #726 from Era-cell/main 51fc69cd7 meta data and property names constraints added, additional Items: string 9b169bed8 specification takes array of objects having section and quote 1362a8cce Pattern for para corrected 340116ecf Schema of specification in much structured 003ac0211 Test-schema including sub-schema for scpecification 50a20280b adding specification enhancement for additionalProperties 604f5f99b Drop tests of `$id` and `$anchor` that just test values against meta-schema `pattern` for those properties 9cd64ec94 come on man, save all the files f494440e3 use unique $id in optional tests, too 468453b0f use unique $id 9ec6d17e7 fix copy/paste error b284f4232 add tests for $dynamicRef skipping over resources bf0360f4b add $recursiveAnchor to 2019-09 meta-schemas 0519d1f0e add $dynamicAnchor to meta-schemas git-subtree-dir: json git-subtree-split: 54f3784a8c6926d8e91ed43267950a07efc34086
1 parent 00e21eb commit 8fcfc3a

36 files changed

+689
-747
lines changed

remotes/draft-next/format-assertion-false.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"https://json-schema.org/draft/next/vocab/core": true,
66
"https://json-schema.org/draft/next/vocab/format-assertion": false
77
},
8+
"$dynamicAnchor": "meta",
89
"allOf": [
910
{ "$ref": "https://json-schema.org/draft/next/meta/core" },
1011
{ "$ref": "https://json-schema.org/draft/next/meta/format-assertion" }

remotes/draft-next/format-assertion-true.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"https://json-schema.org/draft/next/vocab/core": true,
66
"https://json-schema.org/draft/next/vocab/format-assertion": true
77
},
8+
"$dynamicAnchor": "meta",
89
"allOf": [
910
{ "$ref": "https://json-schema.org/draft/next/meta/core" },
1011
{ "$ref": "https://json-schema.org/draft/next/meta/format-assertion" }

remotes/draft-next/metaschema-no-validation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"https://json-schema.org/draft/next/vocab/applicator": true,
66
"https://json-schema.org/draft/next/vocab/core": true
77
},
8+
"$dynamicAnchor": "meta",
89
"allOf": [
910
{ "$ref": "https://json-schema.org/draft/next/meta/applicator" },
1011
{ "$ref": "https://json-schema.org/draft/next/meta/core" }

remotes/draft-next/metaschema-optional-vocabulary.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"https://json-schema.org/draft/next/vocab/core": true,
77
"http://localhost:1234/draft/next/vocab/custom": false
88
},
9+
"$dynamicAnchor": "meta",
910
"allOf": [
1011
{ "$ref": "https://json-schema.org/draft/next/meta/validation" },
1112
{ "$ref": "https://json-schema.org/draft/next/meta/core" }

remotes/draft2019-09/metaschema-no-validation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"https://json-schema.org/draft/2019-09/vocab/applicator": true,
66
"https://json-schema.org/draft/2019-09/vocab/core": true
77
},
8+
"$recursiveAnchor": true,
89
"allOf": [
910
{ "$ref": "https://json-schema.org/draft/2019-09/meta/applicator" },
1011
{ "$ref": "https://json-schema.org/draft/2019-09/meta/core" }

remotes/draft2019-09/metaschema-optional-vocabulary.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"https://json-schema.org/draft/2019-09/vocab/core": true,
77
"http://localhost:1234/draft/2019-09/vocab/custom": false
88
},
9+
"$recursiveAnchor": true,
910
"allOf": [
1011
{ "$ref": "https://json-schema.org/draft/2019-09/meta/validation" },
1112
{ "$ref": "https://json-schema.org/draft/2019-09/meta/core" }

remotes/draft2020-12/format-assertion-false.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"https://json-schema.org/draft/2020-12/vocab/core": true,
66
"https://json-schema.org/draft/2020-12/vocab/format-assertion": false
77
},
8+
"$dynamicAnchor": "meta",
89
"allOf": [
910
{ "$ref": "https://json-schema.org/draft/2020-12/meta/core" },
1011
{ "$ref": "https://json-schema.org/draft/2020-12/meta/format-assertion" }

remotes/draft2020-12/format-assertion-true.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"https://json-schema.org/draft/2020-12/vocab/core": true,
66
"https://json-schema.org/draft/2020-12/vocab/format-assertion": true
77
},
8+
"$dynamicAnchor": "meta",
89
"allOf": [
910
{ "$ref": "https://json-schema.org/draft/2020-12/meta/core" },
1011
{ "$ref": "https://json-schema.org/draft/2020-12/meta/format-assertion" }

remotes/draft2020-12/metaschema-no-validation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"https://json-schema.org/draft/2020-12/vocab/applicator": true,
66
"https://json-schema.org/draft/2020-12/vocab/core": true
77
},
8+
"$dynamicAnchor": "meta",
89
"allOf": [
910
{ "$ref": "https://json-schema.org/draft/2020-12/meta/applicator" },
1011
{ "$ref": "https://json-schema.org/draft/2020-12/meta/core" }

remotes/draft2020-12/metaschema-optional-vocabulary.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"https://json-schema.org/draft/2020-12/vocab/core": true,
77
"http://localhost:1234/draft/2020-12/vocab/custom": false
88
},
9+
"$dynamicAnchor": "meta",
910
"allOf": [
1011
{ "$ref": "https://json-schema.org/draft/2020-12/meta/validation" },
1112
{ "$ref": "https://json-schema.org/draft/2020-12/meta/core" }

0 commit comments

Comments
 (0)