We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55b4c2 commit 432eab6Copy full SHA for 432eab6
tests/draft3/additionalProperties.json
@@ -113,5 +113,21 @@
113
"valid": true
114
}
115
]
116
+ },
117
+ {
118
+ "description": "additionalProperties should not look in applicators",
119
+ "schema": {
120
+ "extends": [
121
+ {"properties": {"foo": {}}}
122
+ ],
123
+ "additionalProperties": {"type": "boolean"}
124
125
+ "tests": [
126
127
+ "description": "properties defined in extends are not allowed",
128
+ "data": {"foo": 1, "bar": true},
129
+ "valid": false
130
+ }
131
+ ]
132
133
0 commit comments