ajv/spec/remotes/buu.json

12 lines
180 B
JSON
Raw Normal View History

2015-06-18 19:15:50 +03:00
{
"id": "http://localhost:1234/buu.json",
"definitions": {
"buu": {
"type": "object",
"properties": {
"bar": { "$ref": "bar.json" }
}
}
}
}