ajv/spec/remotes/foo.json

8 lines
123 B
JSON

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