Skip to content

Commit 2693322

Browse files
committed
fixed test structure; had a think about the logic.
1 parent 2d0ce04 commit 2693322

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/draft2019-09/ref.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,11 @@
375375
},
376376
"tests": [
377377
{
378-
"prop1": "match",
379-
"prop2": 1,
380-
"valid": true
378+
"description": "referenced subschema doesn't see annoations from properties",
379+
"data": {
380+
"prop1": "match"
381+
},
382+
"valid": false
381383
}
382384
]
383385
}

0 commit comments

Comments
 (0)