File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 59
59
"description" : {
60
60
"type" : " string"
61
61
},
62
- "default" : {} ,
62
+ "default" : true ,
63
63
"readOnly" : {
64
64
"type" : " boolean" ,
65
65
"default" : false
66
66
},
67
67
"examples" : {
68
68
"type" : " array" ,
69
- "items" : {}
69
+ "items" : true
70
70
},
71
71
"multipleOf" : {
72
72
"type" : " number" ,
96
96
{ "$ref" : " #" },
97
97
{ "$ref" : " #/definitions/schemaArray" }
98
98
],
99
- "default" : {}
99
+ "default" : true
100
100
},
101
101
"maxItems" : { "$ref" : " #/definitions/nonNegativeInteger" },
102
102
"minItems" : { "$ref" : " #/definitions/nonNegativeIntegerDefault0" },
135
135
}
136
136
},
137
137
"propertyNames" : { "$ref" : " #" },
138
- "const" : {} ,
138
+ "const" : true ,
139
139
"enum" : {
140
140
"type" : " array" ,
141
+ "items" : true ,
141
142
"minItems" : 1 ,
142
143
"uniqueItems" : true
143
144
},
163
164
"oneOf" : { "$ref" : " #/definitions/schemaArray" },
164
165
"not" : { "$ref" : " #" }
165
166
},
166
- "default" : {}
167
+ "default" : true
167
168
}
You can’t perform that action at this time.
0 commit comments