ajv/spec/remotes/second.json

8 lines
142 B
JSON

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