Skip to content

Commit ef67da5

Browse files
committed
changing descriptions
1 parent fae44ff commit ef67da5

6 files changed

+15
-15
lines changed

tests/draft-next/additionalProperties.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,14 @@
163163
},
164164
"tests": [
165165
{
166-
"description": "propertyDependencies properties are count as additionalproperties" ,
166+
"description": "additionalProperties doesn't consider propertyDependencies" ,
167167
"data": {"foo": ""},
168168
"valid": false
169169
}
170170
]
171171
},
172172
{
173-
"description": "dependent schema with additionalProperties",
173+
"description": "dependentSchemas with additionalProperties",
174174
"schema": {
175175
"dependentSchemas": {
176176
"foo": {}
@@ -179,7 +179,7 @@
179179
},
180180
"tests": [
181181
{
182-
"description": "dependentSchemas properties are counted as additional properties",
182+
"description": "additionalProperties doesn't consider dependentSchemas",
183183
"data": {"foo": ""},
184184
"valid": false
185185
}

tests/draft-next/unevaluatedProperties.json

+3-3
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
]
155155
},
156156
{
157-
"description": "dependent schema with additionalProperties",
157+
"description": "dependentSchemas with additionalProperties",
158158
"schema": {
159159
"$schema": "https://json-schema.org/draft/2019-09/schema",
160160
"dependentSchemas": {
@@ -164,7 +164,7 @@
164164
},
165165
"tests": [
166166
{
167-
"description": "dependentSchemas properties are counted as additional properties",
167+
"description": "additionalProperties doesn't consider dependentSchemas",
168168
"data": {"foo": ""},
169169
"valid": false
170170
}

tests/draft2019-09/unevaluatedProperties.json

+2-2
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
]
161161
},
162162
{
163-
"description": "dependent schema with additionalProperties",
163+
"description": "dependentSchemas with additionalProperties",
164164
"schema": {
165165
"$schema": "https://json-schema.org/draft/2020-12/schema",
166166
"dependentSchemas": {
@@ -170,7 +170,7 @@
170170
},
171171
"tests": [
172172
{
173-
"description": "dependentSchemas properties are counted as additional properties",
173+
"description": "additionalProperties doesn't consider dependentSchemas",
174174
"data": {"foo": ""},
175175
"valid": false
176176
}

tests/draft2020-12/unevaluatedProperties.json

+3-3
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)