ajv/spec/remotes/buu.json

12 lines
181 B
JSON

{
"$id": "http://localhost:1234/buu.json",
"definitions": {
"buu": {
"type": "object",
"properties": {
"bar": { "$ref": "bar.json" }
}
}
}
}