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