1{ 2 "definitions": { 3 "refToInteger": { 4 "$ref": "#foo" 5 }, 6 "A": { 7 "id": "#foo", 8 "type": "integer" 9 } 10 } 11} 12