blob: a0fb9fbbdf40f1d56e2a5b9f7be6c48ec398fdf6 [file] [log] [blame] [edit]
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$defs": {
"refToInteger": {
"$ref": "#foo"
},
"A": {
"$anchor": "foo",
"type": "integer"
}
}
}