1{ 2 "$defs": { 3 "integer": { 4 "type": "integer" 5 }, 6 "refToInteger": { 7 "$ref": "#/$defs/integer" 8 } 9 } 10}
View as plain text