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