1{ 2 "$id": "http://localhost:1234/ref-and-defs.json", 3 "$defs": { 4 "inner": { 5 "properties": { 6 "bar": { "type": "string" } 7 } 8 } 9 }, 10 "$ref": "#/$defs/inner" 11} 12