summaryrefslogtreecommitdiff
path: root/tests/draft7/id.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/draft7/id.json')
-rw-r--r--tests/draft7/id.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/draft7/id.json b/tests/draft7/id.json
index 1c91d33..d276001 100644
--- a/tests/draft7/id.json
+++ b/tests/draft7/id.json
@@ -7,18 +7,18 @@
"id_in_enum": {
"enum": [
{
- "id": "https://localhost:1234/my_identifier.json",
+ "$id": "https://localhost:1234/my_identifier.json",
"type": "null"
}
]
},
"real_id_in_schema": {
- "id": "https://localhost:1234/my_identifier.json",
+ "$id": "https://localhost:1234/my_identifier.json",
"type": "string"
},
"zzz_id_in_const": {
"const": {
- "id": "https://localhost:1234/my_identifier.json",
+ "$id": "https://localhost:1234/my_identifier.json",
"type": "null"
}
}
@@ -32,7 +32,7 @@
{
"description": "exact match to enum, and type matches",
"data": {
- "id": "https://localhost:1234/my_identifier.json",
+ "$id": "https://localhost:1234/my_identifier.json",
"type": "null"
},
"valid": true