Skip to content

Commit 1913014

Browse files
committed
add definition for expectedTypes
1 parent 197cb33 commit 1913014

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/draft-next/dynamicRef.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,11 @@
495495
"$id": "inner",
496496
"$dynamicAnchor": "foo",
497497
"type": "object",
498+
"properties": {
499+
"expectedTypes": {
500+
"type": "string"
501+
}
502+
},
498503
"additionalProperties": {
499504
"$dynamicRef": "#foo"
500505
}

0 commit comments

Comments
 (0)