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 187187 },
188188 "tests" : [
189189 {
190- "description" : " propertyDependencies properties are count as additionalproperties " ,
190+ "description" : " additionalProperties doesn't consider propertyDependencies " ,
191191 "data" : {"foo" : " " },
192192 "valid" : false
193193 }
194194 ]
195195 },
196196 {
197- "description" : " dependent schema with additionalProperties" ,
197+ "description" : " dependentSchemas with additionalProperties" ,
198198 "schema" : {
199199 "dependentSchemas" : {
200200 "foo" : {}
203203 },
204204 "tests" : [
205205 {
206- "description" : " dependentSchemas properties are counted as additional properties " ,
206+ "description" : " additionalProperties doesn't consider dependentSchemas " ,
207207 "data" : {"foo" : " " },
208208 "valid" : false
209209 }
Original file line number Diff line number Diff line change 16151615
16161616 "tests" : [
16171617 {
1618- "description" : " propertyDependencies properties are count as the unevaluatedProperties " ,
1618+ "description" : " unevaluatedProperties doesn't consider propertyDependencies " ,
16191619 "data" : {"foo" : " " },
16201620 "valid" : false
16211621 }
16221622 ]
16231623 },
16241624 {
1625- "description" : " dependent schema with unevaluatedProperties" ,
1625+ "description" : " dependentSchemas with unevaluatedProperties" ,
16261626 "schema" : {
16271627 "dependentSchemas" : {
16281628 "foo" : {}
16311631 },
16321632 "tests" : [
16331633 {
1634- "description" : " dependentSchemas properties are counted as unevaluated properties " ,
1634+ "description" : " unevaluatedProperties doesn't consider dependentSchemas " ,
16351635 "data" : {"foo" : " " },
16361636 "valid" : false
16371637 }
Original file line number Diff line number Diff line change 178178 ]
179179 },
180180 {
181- "description" : " dependent schema with additionalProperties" ,
181+ "description" : " dependentSchemas with additionalProperties" ,
182182 "schema" : {
183183 "$schema" : " https://json-schema.org/draft/2019-09/schema" ,
184184 "dependentSchemas" : {
188188 },
189189 "tests" : [
190190 {
191- "description" : " dependentSchemas properties are counted as additional properties " ,
191+ "description" : " additionalProperties doesn't consider dependentSchemas " ,
192192 "data" : {"foo" : " " },
193193 "valid" : false
194194 }
Original file line number Diff line number Diff line change 15691569 ]
15701570 },
15711571 {
1572- "description" : " dependent schema with unevaluatedProperties" ,
1572+ "description" : " dependentSchemas with unevaluatedProperties" ,
15731573 "schema" : {
15741574 "$schema" : " https://json-schema.org/draft/2019-09/schema" ,
15751575 "dependentSchemas" : {
15791579 },
15801580 "tests" : [
15811581 {
1582- "description" : " dependentSchemas properties are counted as unevaluated properties " ,
1582+ "description" : " unevaluatedProperties doesn't consider dependentSchemas " ,
15831583 "data" : {"foo" : " " },
15841584 "valid" : false
15851585 }
Original file line number Diff line number Diff line change 184184 ]
185185 },
186186 {
187- "description" : " dependent schema with additionalProperties" ,
187+ "description" : " dependentSchemas with additionalProperties" ,
188188 "schema" : {
189189 "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
190190 "dependentSchemas" : {
194194 },
195195 "tests" : [
196196 {
197- "description" : " dependentSchemas properties are counted as additional properties " ,
197+ "description" : " additionalProperties doesn't consider dependentSchemas " ,
198198 "data" : {"foo" : " " },
199199 "valid" : false
200200 }
Original file line number Diff line number Diff line change 15661566 ]
15671567 },
15681568 {
1569- "description" : " dependent schema with unevaluatedProperties" ,
1569+ "description" : " dependentSchemas with unevaluatedProperties" ,
15701570 "schema" : {
1571- "$schema" : " https://json-schema.org/draft/2019-09 /schema" ,
1571+ "$schema" : " https://json-schema.org/draft/2020-12 /schema" ,
15721572 "dependentSchemas" : {
15731573 "foo" : {}
15741574 },
15751575 "unevaluatedProperties" : false
15761576 },
15771577 "tests" : [
15781578 {
1579- "description" : " dependentSchemas properties are counted as unevaluated properties " ,
1579+ "description" : " unevaluatedProperties doesn't consider dependentSchemas " ,
15801580 "data" : {"foo" : " " },
15811581 "valid" : false
15821582 }
You can’t perform that action at this time.
0 commit comments