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 eb1618b commit 3627cc1Copy full SHA for 3627cc1
tests/draft3/infinite-loop-detection.json
@@ -5,20 +5,16 @@
5
"definitions": {
6
"int": { "type": "integer" }
7
},
8
- "allOf": [
9
- {
10
- "properties": {
11
- "foo": {
12
- "$ref": "#/definitions/int"
13
- }
14
15
- },
16
17
- "additionalProperties": {
18
19
+ "properties": {
+ "foo": {
+ "$ref": "#/definitions/int"
20
}
21
- ]
+ },
+ "extends": {
+ "additionalProperties": {
+ }
22
23
"tests": [
24
{
0 commit comments