File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 186
186
"valid" : true
187
187
}
188
188
]
189
+ },
190
+ {
191
+ "description" : " Location-independent identifier in remote ref" ,
192
+ "schema" : {
193
+ "$ref" : " http://localhost:1234/locationIndependentIdentifier.json#/definitions/refToInteger"
194
+ },
195
+ "tests" : [
196
+ {
197
+ "description" : " integer is valid" ,
198
+ "data" : 1 ,
199
+ "valid" : true
200
+ },
201
+ {
202
+ "description" : " string is invalid" ,
203
+ "data" : " foo" ,
204
+ "valid" : false
205
+ }
206
+ ]
189
207
}
190
208
]
Original file line number Diff line number Diff line change 186
186
"valid" : true
187
187
}
188
188
]
189
+ },
190
+ {
191
+ "description" : " Location-independent identifier in remote ref" ,
192
+ "schema" : {
193
+ "$ref" : " http://localhost:1234/locationIndependentIdentifier.json#/definitions/refToInteger"
194
+ },
195
+ "tests" : [
196
+ {
197
+ "description" : " integer is valid" ,
198
+ "data" : 1 ,
199
+ "valid" : true
200
+ },
201
+ {
202
+ "description" : " string is invalid" ,
203
+ "data" : " foo" ,
204
+ "valid" : false
205
+ }
206
+ ]
189
207
}
190
208
]
You can’t perform that action at this time.
0 commit comments