ajv/spec/remotes/buu.json

12 lines
181 B
JSON
Raw Normal View History

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