12 lines
259 B
JSON
12 lines
259 B
JSON
{
|
|
"$id": "http://localhost:1234/ref-and-definitions.json",
|
|
"definitions": {
|
|
"inner": {
|
|
"properties": {
|
|
"bar": { "type": "string" }
|
|
}
|
|
}
|
|
},
|
|
"allOf": [ { "$ref": "#/definitions/inner" } ]
|
|
}
|