Skip to content

Commit 7e6c9be

Browse files
committed
changing descriptions
1 parent 959aca9 commit 7e6c9be

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

tests/draft-next/additionalProperties.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,14 +187,14 @@
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": {}
@@ -203,7 +203,7 @@
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
}

tests/draft-next/unevaluatedProperties.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,14 +1615,14 @@
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": {}
@@ -1631,7 +1631,7 @@
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
}

tests/draft2019-09/additionalProperties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
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": {
@@ -188,7 +188,7 @@
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
}

tests/draft2019-09/unevaluatedProperties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@
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": {
@@ -1579,7 +1579,7 @@
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
}

tests/draft2020-12/additionalProperties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
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": {
@@ -194,7 +194,7 @@
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
}

tests/draft2020-12/unevaluatedProperties.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,17 +1566,17 @@
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
}

0 commit comments

Comments
 (0)