buu.json 181 B

123456789101112
  1. {
  2. "$id": "http://localhost:1234/buu.json",
  3. "definitions": {
  4. "buu": {
  5. "type": "object",
  6. "properties": {
  7. "bar": { "$ref": "bar.json" }
  8. }
  9. }
  10. }
  11. }