summaryrefslogtreecommitdiff
path: root/json/tests/draft-future/dynamicRef.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft-future/dynamicRef.json')
-rw-r--r--json/tests/draft-future/dynamicRef.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/json/tests/draft-future/dynamicRef.json b/json/tests/draft-future/dynamicRef.json
index 2bb900a..09fdb4e 100644
--- a/json/tests/draft-future/dynamicRef.json
+++ b/json/tests/draft-future/dynamicRef.json
@@ -2,6 +2,7 @@
{
"description": "A $dynamicRef to a $dynamicAnchor in the same schema resource should behave like a normal $ref to an $anchor",
"schema": {
+ "$id": "https://test.json-schema.org/dynamicRef-dynamicAnchor-same-schema/root",
"type": "array",
"items": { "$dynamicRef": "#items" },
"$defs": {
@@ -27,6 +28,7 @@
{
"description": "A $dynamicRef to an $anchor in the same schema resource should behave like a normal $ref to an $anchor",
"schema": {
+ "$id": "https://test.json-schema.org/dynamicRef-anchor-same-schema/root",
"type": "array",
"items": { "$dynamicRef": "#items" },
"$defs": {
@@ -52,6 +54,7 @@
{
"description": "A $ref to a $dynamicAnchor in the same schema resource should behave like a normal $ref to an $anchor",
"schema": {
+ "$id": "https://test.json-schema.org/ref-dynamicAnchor-same-schema/root",
"type": "array",
"items": { "$ref": "#items" },
"$defs": {