File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 187
187
},
188
188
"tests" : [
189
189
{
190
- "description" : " propertyDependencies properties are count as additionalproperties " ,
190
+ "description" : " additionalProperties doesn't consider propertyDependencies " ,
191
191
"data" : {"foo" : " " },
192
192
"valid" : false
193
193
}
194
194
]
195
195
},
196
196
{
197
- "description" : " dependent schema with additionalProperties" ,
197
+ "description" : " dependentSchemas with additionalProperties" ,
198
198
"schema" : {
199
199
"dependentSchemas" : {
200
200
"foo" : {}
203
203
},
204
204
"tests" : [
205
205
{
206
- "description" : " dependentSchemas properties are counted as additional properties " ,
206
+ "description" : " additionalProperties doesn't consider dependentSchemas " ,
207
207
"data" : {"foo" : " " },
208
208
"valid" : false
209
209
}
Original file line number Diff line number Diff line change 1615
1615
1616
1616
"tests" : [
1617
1617
{
1618
- "description" : " propertyDependencies properties are count as the unevaluatedProperties " ,
1618
+ "description" : " unevaluatedProperties doesn't consider propertyDependencies " ,
1619
1619
"data" : {"foo" : " " },
1620
1620
"valid" : false
1621
1621
}
1622
1622
]
1623
1623
},
1624
1624
{
1625
- "description" : " dependent schema with unevaluatedProperties" ,
1625
+ "description" : " dependentSchemas with unevaluatedProperties" ,
1626
1626
"schema" : {
1627
1627
"dependentSchemas" : {
1628
1628
"foo" : {}
1631
1631
},
1632
1632
"tests" : [
1633
1633
{
1634
- "description" : " dependentSchemas properties are counted as unevaluated properties " ,
1634
+ "description" : " unevaluatedProperties doesn't consider dependentSchemas " ,
1635
1635
"data" : {"foo" : " " },
1636
1636
"valid" : false
1637
1637
}
Original file line number Diff line number Diff line change 178
178
]
179
179
},
180
180
{
181
- "description" : " dependent schema with additionalProperties" ,
181
+ "description" : " dependentSchemas with additionalProperties" ,
182
182
"schema" : {
183
183
"$schema" : " https://json-schema.org/draft/2019-09/schema" ,
184
184
"dependentSchemas" : {
188
188
},
189
189
"tests" : [
190
190
{
191
- "description" : " dependentSchemas properties are counted as additional properties " ,
191
+ "description" : " additionalProperties doesn't consider dependentSchemas " ,
192
192
"data" : {"foo" : " " },
193
193
"valid" : false
194
194
}
Original file line number Diff line number Diff line change 1569
1569
]
1570
1570
},
1571
1571
{
1572
- "description" : " dependent schema with unevaluatedProperties" ,
1572
+ "description" : " dependentSchemas with unevaluatedProperties" ,
1573
1573
"schema" : {
1574
1574
"$schema" : " https://json-schema.org/draft/2019-09/schema" ,
1575
1575
"dependentSchemas" : {
1579
1579
},
1580
1580
"tests" : [
1581
1581
{
1582
- "description" : " dependentSchemas properties are counted as unevaluated properties " ,
1582
+ "description" : " unevaluatedProperties doesn't consider dependentSchemas " ,
1583
1583
"data" : {"foo" : " " },
1584
1584
"valid" : false
1585
1585
}
Original file line number Diff line number Diff line change 184
184
]
185
185
},
186
186
{
187
- "description" : " dependent schema with additionalProperties" ,
187
+ "description" : " dependentSchemas with additionalProperties" ,
188
188
"schema" : {
189
189
"$schema" : " https://json-schema.org/draft/2020-12/schema" ,
190
190
"dependentSchemas" : {
194
194
},
195
195
"tests" : [
196
196
{
197
- "description" : " dependentSchemas properties are counted as additional properties " ,
197
+ "description" : " additionalProperties doesn't consider dependentSchemas " ,
198
198
"data" : {"foo" : " " },
199
199
"valid" : false
200
200
}
Original file line number Diff line number Diff line change 1566
1566
]
1567
1567
},
1568
1568
{
1569
- "description" : " dependent schema with unevaluatedProperties" ,
1569
+ "description" : " dependentSchemas with unevaluatedProperties" ,
1570
1570
"schema" : {
1571
- "$schema" : " https://json-schema.org/draft/2019-09 /schema" ,
1571
+ "$schema" : " https://json-schema.org/draft/2020-12 /schema" ,
1572
1572
"dependentSchemas" : {
1573
1573
"foo" : {}
1574
1574
},
1575
1575
"unevaluatedProperties" : false
1576
1576
},
1577
1577
"tests" : [
1578
1578
{
1579
- "description" : " dependentSchemas properties are counted as unevaluated properties " ,
1579
+ "description" : " unevaluatedProperties doesn't consider dependentSchemas " ,
1580
1580
"data" : {"foo" : " " },
1581
1581
"valid" : false
1582
1582
}
You can’t perform that action at this time.
0 commit comments