File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
{
3
3
"description" : " Invalid use of fragments in location-independent $id" ,
4
4
"schema" : {
5
- "$ref" : " https://json-schema.org/draft/future /schema"
5
+ "$ref" : " https://json-schema.org/draft/next /schema"
6
6
},
7
7
"tests" : [
8
8
{
110
110
"description" : " Valid use of empty fragments in location-independent $id" ,
111
111
"comment" : " These are allowed but discouraged" ,
112
112
"schema" : {
113
- "$ref" : " https://json-schema.org/draft/future /schema"
113
+ "$ref" : " https://json-schema.org/draft/next /schema"
114
114
},
115
115
"tests" : [
116
116
{
150
150
{
151
151
"description" : " Unnormalized $ids are allowed but discouraged" ,
152
152
"schema" : {
153
- "$ref" : " https://json-schema.org/draft/future /schema"
153
+ "$ref" : " https://json-schema.org/draft/next /schema"
154
154
},
155
155
"tests" : [
156
156
{
Original file line number Diff line number Diff line change 178
178
{
179
179
"description" : " remote ref, containing refs itself" ,
180
180
"schema" : {
181
- "$ref" : " https://json-schema.org/draft/future /schema"
181
+ "$ref" : " https://json-schema.org/draft/next /schema"
182
182
},
183
183
"tests" : [
184
184
{
You can’t perform that action at this time.
0 commit comments