blob: 85d06c3997c00958f5ad9ec70fc6f7c36b8ed0d8 [file] [log] [blame] [edit]
{
"$id": "http://localhost:1234/ref-and-defs.json",
"$defs": {
"inner": {
"properties": {
"bar": { "type": "string" }
}
}
},
"$ref": "#/$defs/inner"
}