12 lines
223 B
JSON
12 lines
223 B
JSON
{
|
|
"$id": "http://localhost:1234/ref-and-defs.json",
|
|
"$defs": {
|
|
"inner": {
|
|
"properties": {
|
|
"bar": { "type": "string" }
|
|
}
|
|
}
|
|
},
|
|
"$ref": "#/$defs/inner"
|
|
}
|