File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 68
68
"description" : " `contentSchema` is an annotation for string instances" ,
69
69
"compatibility" : " 2019" ,
70
70
"schema" : {
71
- "$id" : " https://annotations.json-schema.org/test/contentSchema-is-an-annotation" ,
72
71
"contentMediaType" : " application/json" ,
73
72
"contentSchema" : { "type" : " number" }
74
73
},
80
79
"location" : " " ,
81
80
"keyword" : " contentSchema" ,
82
81
"expected" : {
83
- "https://annotations.json-schema.org/test/contentSchema-is-an-annotation #" : { "type" : " number" }
82
+ "#" : { "type" : " number" }
84
83
}
85
84
}
86
85
]
101
100
"description" : " `contentSchema` requires `contentMediaType`" ,
102
101
"compatibility" : " 2019" ,
103
102
"schema" : {
104
- "$id" : " https://annotations.json-schema.org/test/contentSchema-is-an-annotation" ,
105
103
"contentSchema" : { "type" : " number" }
106
104
},
107
105
"tests" : [
You can’t perform that action at this time.
0 commit comments