Skip to content

Commit 2f3b5f7

Browse files
suprith-hubjdesrosiers
authored andcommitted
Corrected replaced unevaluated with additoinalProperties
1 parent fa9224d commit 2f3b5f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/draft-next/additionalProperties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"valid": true
172172
},
173173
{
174-
"description": "Valid against propertyNames, but not unevaluatedProperties",
174+
"description": "Valid against propertyNames, but not additionalProperties",
175175
"data": { "fig": 2, "pear": "available" },
176176
"valid": false
177177
}

tests/draft2019-09/additionalProperties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"valid": true
172172
},
173173
{
174-
"description": "Valid against propertyNames, but not unevaluatedProperties",
174+
"description": "Valid against propertyNames, but not additionalProperties",
175175
"data": { "fig": 2, "pear": "available" },
176176
"valid": false
177177
}

tests/draft2020-12/additionalProperties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"valid": true
178178
},
179179
{
180-
"description": "Valid against propertyNames, but not unevaluatedProperties",
180+
"description": "Valid against propertyNames, but not additionalProperties",
181181
"data": { "fig": 2, "pear": "available" },
182182
"valid": false
183183
}

0 commit comments

Comments
 (0)