Skip to content

Commit 72c670b

Browse files
committed
Delete identifiers in Content annotation tests
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 675186b commit 72c670b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

annotations/tests/content.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"description": "`contentSchema` is an annotation for string instances",
6969
"compatibility": "2019",
7070
"schema": {
71-
"$id": "https://annotations.json-schema.org/test/contentSchema-is-an-annotation",
7271
"contentMediaType": "application/json",
7372
"contentSchema": { "type": "number" }
7473
},
@@ -80,7 +79,7 @@
8079
"location": "",
8180
"keyword": "contentSchema",
8281
"expected": {
83-
"https://annotations.json-schema.org/test/contentSchema-is-an-annotation#": { "type": "number" }
82+
"#": { "type": "number" }
8483
}
8584
}
8685
]
@@ -101,7 +100,6 @@
101100
"description": "`contentSchema` requires `contentMediaType`",
102101
"compatibility": "2019",
103102
"schema": {
104-
"$id": "https://annotations.json-schema.org/test/contentSchema-is-an-annotation",
105103
"contentSchema": { "type": "number" }
106104
},
107105
"tests": [

0 commit comments

Comments
 (0)