Skip to content

Commit 0d54c82

Browse files
Remove test for additionalProperties behavior
Removed test case for additionalProperties not examining applicators.
1 parent 756eebd commit 0d54c82

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

tests/v1/additionalProperties.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -120,23 +120,6 @@
120120
}
121121
]
122122
},
123-
{
124-
"description": "additionalProperties does not look in applicators",
125-
"schema": {
126-
"$schema": "https://json-schema.org/v1",
127-
"allOf": [
128-
{"properties": {"foo": {}}}
129-
],
130-
"additionalProperties": {"type": "boolean"}
131-
},
132-
"tests": [
133-
{
134-
"description": "properties defined in allOf are not examined",
135-
"data": {"foo": 1, "bar": true},
136-
"valid": false
137-
}
138-
]
139-
},
140123
{
141124
"description": "additionalProperties with null valued instance properties",
142125
"schema": {

0 commit comments

Comments
 (0)