ajv/spec/remotes/scope_change.json

22 lines
422 B
JSON
Raw Normal View History

2015-10-15 20:33:14 +03:00
{
"id": "http://localhost:1234/scope_change.json",
"definitions": {
"foo": {
"id": "http://localhost:1234/scope_foo.json",
"definitions": {
"bar": {
"type": "string"
}
}
},
"baz": {
"id": "folder/",
2015-10-15 20:33:14 +03:00
"type": "array",
"items": { "$ref": "folderInteger.json" },
"bar": {
"items": { "$ref": "folderInteger.json" }
}
2015-10-15 20:33:14 +03:00
}
}
}