Skip to content

Commit 48461fc

Browse files
authored
Merge pull request #775 from jviotti/annotations-content-id
Remove instances of `$id` in content related annotation tests
2 parents 9f7dce3 + 72c670b commit 48461fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

annotations/tests/content.json

Lines changed: 0 additions & 2 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
},
@@ -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)