File tree Expand file tree Collapse file tree 2 files changed +10
-50
lines changed Expand file tree Collapse file tree 2 files changed +10
-50
lines changed Original file line number Diff line number Diff line change 57
57
"description" : " object with one property" ,
58
58
"data" : {"bar" : 2 },
59
59
"valid" : true
60
+ },
61
+ {
62
+ "description" : " non-object is valid" ,
63
+ "data" : 1 ,
64
+ "valid" : true
60
65
}
61
66
]
62
67
},
169
174
}
170
175
]
171
176
},
172
- {
173
- "description" : " empty array of dependencies" ,
174
- "schema" : {
175
- "dependencies" : {
176
- "foo" : []
177
- }
178
- },
179
- "tests" : [
180
- {
181
- "description" : " object with property is valid" ,
182
- "data" : { "foo" : 1 },
183
- "valid" : true
184
- },
185
- {
186
- "description" : " empty object is valid" ,
187
- "data" : {},
188
- "valid" : true
189
- },
190
- {
191
- "description" : " non-object is valid" ,
192
- "data" : 1 ,
193
- "valid" : true
194
- }
195
- ]
196
- },
197
177
{
198
178
"description" : " dependencies with escaped characters" ,
199
179
"schema" : {
Original file line number Diff line number Diff line change 57
57
"description" : " object with one property" ,
58
58
"data" : {"bar" : 2 },
59
59
"valid" : true
60
+ },
61
+ {
62
+ "description" : " non-object is valid" ,
63
+ "data" : 1 ,
64
+ "valid" : true
60
65
}
61
66
]
62
67
},
169
174
}
170
175
]
171
176
},
172
- {
173
- "description" : " empty array of dependencies" ,
174
- "schema" : {
175
- "dependencies" : {
176
- "foo" : []
177
- }
178
- },
179
- "tests" : [
180
- {
181
- "description" : " object with property is valid" ,
182
- "data" : { "foo" : 1 },
183
- "valid" : true
184
- },
185
- {
186
- "description" : " empty object is valid" ,
187
- "data" : {},
188
- "valid" : true
189
- },
190
- {
191
- "description" : " non-object is valid" ,
192
- "data" : 1 ,
193
- "valid" : true
194
- }
195
- ]
196
- },
197
177
{
198
178
"description" : " dependencies with escaped characters" ,
199
179
"schema" : {
You can’t perform that action at this time.
0 commit comments