File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 201
201
]
202
202
},
203
203
{
204
- "description" : " $ref prevents a sibling $ id from changing the base uri" ,
204
+ "description" : " $ref prevents a sibling id from changing the base uri" ,
205
205
"schema" : {
206
- "$ id" : " http://localhost:1234/sibling_id/base/" ,
206
+ "id" : " http://localhost:1234/sibling_id/base/" ,
207
207
"definitions" : {
208
208
"foo" : {
209
- "$ id" : " http://localhost:1234/sibling_id/foo.json" ,
209
+ "id" : " http://localhost:1234/sibling_id/foo.json" ,
210
210
"minimum" : 2
211
211
},
212
212
"base_foo" : {
213
213
"$comment" : " this canonical uri is http://localhost:1234/sibling_id/base/foo.json" ,
214
- "$ id" : " foo.json" ,
214
+ "id" : " foo.json" ,
215
215
"minimum" : 5
216
216
}
217
217
},
218
218
"allOf" : [
219
219
{
220
220
"$comment" : " $ref resolves to http://localhost:1234/sibling_id/base/foo.json, not ttp://localhost:1234/sibling_id/foo.json" ,
221
- "$ id" : " http://localhost:1234/sibling_id/" ,
221
+ "id" : " http://localhost:1234/sibling_id/" ,
222
222
"$ref" : " foo.json"
223
223
}
224
224
]
Original file line number Diff line number Diff line change 176
176
]
177
177
},
178
178
{
179
- "description" : " $ref prevents a sibling $ id from changing the base uri" ,
179
+ "description" : " $ref prevents a sibling id from changing the base uri" ,
180
180
"schema" : {
181
- "$ id" : " http://localhost:1234/sibling_id/base/" ,
181
+ "id" : " http://localhost:1234/sibling_id/base/" ,
182
182
"definitions" : {
183
183
"foo" : {
184
- "$ id" : " http://localhost:1234/sibling_id/foo.json" ,
184
+ "id" : " http://localhost:1234/sibling_id/foo.json" ,
185
185
"minimum" : 2
186
186
},
187
187
"base_foo" : {
188
188
"$comment" : " this canonical uri is http://localhost:1234/sibling_id/base/foo.json" ,
189
- "$ id" : " foo.json" ,
189
+ "id" : " foo.json" ,
190
190
"minimum" : 5
191
191
}
192
192
},
193
193
"allOf" : [
194
194
{
195
195
"$comment" : " $ref resolves to http://localhost:1234/sibling_id/base/foo.json, not ttp://localhost:1234/sibling_id/foo.json" ,
196
- "$ id" : " http://localhost:1234/sibling_id/" ,
196
+ "id" : " http://localhost:1234/sibling_id/" ,
197
197
"$ref" : " foo.json"
198
198
}
199
199
]
You can’t perform that action at this time.
0 commit comments