blob: 17b4df5144ad5b4d2faf722f5d09efdab89698a7 [file]
{
"$schema": "https://json-schema.org/draft/next/schema",
"$defs": {
"refToInteger": {
"$ref": "#foo"
},
"A": {
"$anchor": "foo",
"type": "integer"
}
}
}