ajv/spec/remotes/scope_change.json

22 lines
425 B
JSON

{
"$id": "http://localhost:1234/scope_change.json",
"definitions": {
"foo": {
"$id": "http://localhost:1234/scope_foo.json",
"definitions": {
"bar": {
"type": "string"
}
}
},
"baz": {
"$id": "folder/",
"type": "array",
"items": { "$ref": "folderInteger.json" },
"bar": {
"items": { "$ref": "folderInteger.json" }
}
}
}
}