File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 52
52
{
53
53
"description" : " non-schema object containing a plain-name $id property" ,
54
54
"schema" : {
55
- "$defs " : {
55
+ "definitions " : {
56
56
"const_not_anchor" : {
57
57
"const" : {
58
58
"$id" : " #not_a_real_anchor"
71
71
}
72
72
},
73
73
{
74
- "$ref" : " #/$defs /const_not_anchor"
74
+ "$ref" : " #/definitions /const_not_anchor"
75
75
}
76
76
]
77
77
}
93
93
{
94
94
"description" : " non-schema object containing an $id property" ,
95
95
"schema" : {
96
- "$defs " : {
96
+ "definitions " : {
97
97
"const_not_id" : {
98
98
"const" : {
99
99
"$id" : " not_a_real_id"
112
112
}
113
113
},
114
114
{
115
- "$ref" : " #/$defs /const_not_id"
115
+ "$ref" : " #/definitions /const_not_id"
116
116
}
117
117
]
118
118
}
Original file line number Diff line number Diff line change 737
737
"schema" : {
738
738
"$id" : " urn:uuid:deadbeef-1234-0000-0000-4321feebdaed" ,
739
739
"properties" : {
740
- "foo" : {"$ref" : " urn:uuid:deadbeef-1234-0000-0000-4321feebdaed#/$defs /bar" }
740
+ "foo" : {"$ref" : " urn:uuid:deadbeef-1234-0000-0000-4321feebdaed#/definitions /bar" }
741
741
},
742
- "$defs " : {
742
+ "definitions " : {
743
743
"bar" : {"type" : " string" }
744
744
}
745
745
},
Original file line number Diff line number Diff line change 52
52
{
53
53
"description" : " non-schema object containing a plain-name $id property" ,
54
54
"schema" : {
55
- "$defs " : {
55
+ "definitions " : {
56
56
"const_not_anchor" : {
57
57
"const" : {
58
58
"$id" : " #not_a_real_anchor"
64
64
},
65
65
"then" : true ,
66
66
"else" : {
67
- "$ref" : " #/$defs /const_not_anchor"
67
+ "$ref" : " #/definitions /const_not_anchor"
68
68
}
69
69
},
70
70
"tests" : [
83
83
{
84
84
"description" : " non-schema object containing an $id property" ,
85
85
"schema" : {
86
- "$defs " : {
86
+ "definitions " : {
87
87
"const_not_id" : {
88
88
"const" : {
89
89
"$id" : " not_a_real_id"
95
95
},
96
96
"then" : true ,
97
97
"else" : {
98
- "$ref" : " #/$defs /const_not_id"
98
+ "$ref" : " #/definitions /const_not_id"
99
99
}
100
100
},
101
101
"tests" : [
Original file line number Diff line number Diff line change 773
773
"schema" : {
774
774
"$id" : " urn:uuid:deadbeef-1234-0000-0000-4321feebdaed" ,
775
775
"properties" : {
776
- "foo" : {"$ref" : " urn:uuid:deadbeef-1234-0000-0000-4321feebdaed#/$defs /bar" }
776
+ "foo" : {"$ref" : " urn:uuid:deadbeef-1234-0000-0000-4321feebdaed#/definitions /bar" }
777
777
},
778
- "$defs " : {
778
+ "definitions " : {
779
779
"bar" : {"type" : " string" }
780
780
}
781
781
},
You can’t perform that action at this time.
0 commit comments