Skip to content

Commit df833be

Browse files
Remove test case for additionalProperties behavior
Removed test case for additionalProperties not considering applicators.
1 parent 0d54c82 commit df833be

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

tests/draft2020-12/additionalProperties.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -124,24 +124,6 @@
124124
}
125125
]
126126
},
127-
{
128-
"description": "additionalProperties does not look in applicators",
129-
"specification":[ { "core": "10.2", "quote": "Subschemas of applicator keywords evaluate the instance completely independently such that the results of one such subschema MUST NOT impact the results of sibling subschemas." } ],
130-
"schema": {
131-
"$schema": "https://json-schema.org/draft/2020-12/schema",
132-
"allOf": [
133-
{"properties": {"foo": {}}}
134-
],
135-
"additionalProperties": {"type": "boolean"}
136-
},
137-
"tests": [
138-
{
139-
"description": "properties defined in allOf are not examined",
140-
"data": {"foo": 1, "bar": true},
141-
"valid": false
142-
}
143-
]
144-
},
145127
{
146128
"description": "additionalProperties with null valued instance properties",
147129
"specification": [ { "core":"10.3.2.3" } ],

0 commit comments

Comments
 (0)