File tree 6 files changed +15
-15
lines changed
6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 163
163
},
164
164
"tests" : [
165
165
{
166
- "description" : " propertyDependencies properties are count as additionalproperties " ,
166
+ "description" : " additionalProperties doesn't consider propertyDependencies " ,
167
167
"data" : {"foo" : " " },
168
168
"valid" : false
169
169
}
170
170
]
171
171
},
172
172
{
173
- "description" : " dependent schema with additionalProperties" ,
173
+ "description" : " dependentSchemas with additionalProperties" ,
174
174
"schema" : {
175
175
"dependentSchemas" : {
176
176
"foo" : {}
179
179
},
180
180
"tests" : [
181
181
{
182
- "description" : " dependentSchemas properties are counted as additional properties " ,
182
+ "description" : " additionalProperties doesn't consider dependentSchemas " ,
183
183
"data" : {"foo" : " " },
184
184
"valid" : false
185
185
}
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 154
154
]
155
155
},
156
156
{
157
- "description" : " dependent schema with additionalProperties" ,
157
+ "description" : " dependentSchemas with additionalProperties" ,
158
158
"schema" : {
159
159
"$schema" : " https://json-schema.org/draft/2019-09/schema" ,
160
160
"dependentSchemas" : {
164
164
},
165
165
"tests" : [
166
166
{
167
- "description" : " dependentSchemas properties are counted as additional properties " ,
167
+ "description" : " additionalProperties doesn't consider dependentSchemas " ,
168
168
"data" : {"foo" : " " },
169
169
"valid" : false
170
170
}
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 160
160
]
161
161
},
162
162
{
163
- "description" : " dependent schema with additionalProperties" ,
163
+ "description" : " dependentSchemas with additionalProperties" ,
164
164
"schema" : {
165
165
"$schema" : " https://json-schema.org/draft/2020-12/schema" ,
166
166
"dependentSchemas" : {
170
170
},
171
171
"tests" : [
172
172
{
173
- "description" : " dependentSchemas properties are counted as additional properties " ,
173
+ "description" : " additionalProperties doesn't consider dependentSchemas " ,
174
174
"data" : {"foo" : " " },
175
175
"valid" : false
176
176
}
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