Skip to content

Commit ef6fb99

Browse files
committed
update unevaluatedProperties test to define foo with properties
1 parent 1913014 commit ef6fb99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/draft-next/unevaluatedProperties.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,6 +1475,11 @@
14751475
"description": "unevaluatedProperties can see inside propertyDependencies",
14761476
"schema": {
14771477
"$schema": "https://json-schema.org/draft/next/schema",
1478+
"properties": {
1479+
"foo": {
1480+
"type": "string"
1481+
}
1482+
},
14781483
"propertyDependencies": {
14791484
"foo": {
14801485
"foo1": {

0 commit comments

Comments
 (0)