File tree 1 file changed +3
-15
lines changed
1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 35
35
"uniqueItems" : true
36
36
}
37
37
},
38
- "type" : " object" ,
38
+ "type" : [ " object" , " boolean " ] ,
39
39
"properties" : {
40
40
"id" : {
41
41
"type" : " string" ,
77
77
"type" : " string" ,
78
78
"format" : " regex"
79
79
},
80
- "additionalItems" : {
81
- "anyOf" : [
82
- { "type" : " boolean" },
83
- { "$ref" : " #" }
84
- ],
85
- "default" : {}
86
- },
80
+ "additionalItems" : { "$ref" : " #" },
87
81
"items" : {
88
82
"anyOf" : [
89
83
{ "$ref" : " #" },
101
95
"maxProperties" : { "$ref" : " #/definitions/positiveInteger" },
102
96
"minProperties" : { "$ref" : " #/definitions/positiveIntegerDefault0" },
103
97
"required" : { "$ref" : " #/definitions/stringArray" },
104
- "additionalProperties" : {
105
- "anyOf" : [
106
- { "type" : " boolean" },
107
- { "$ref" : " #" }
108
- ],
109
- "default" : {}
110
- },
98
+ "additionalProperties" : { "$ref" : " #" },
111
99
"definitions" : {
112
100
"type" : " object" ,
113
101
"additionalProperties" : { "$ref" : " #" },
You can’t perform that action at this time.
0 commit comments