blob: c1a09a583ef62257062a4e02e853bfb6a13e2ab9 [file] [log] [blame]
{
"$id": "http://localhost:1234/draft-next/detached-dynamicref.json",
"$schema": "https://json-schema.org/draft/next/schema",
"$defs": {
"foo": {
"$dynamicRef": "#detached"
},
"detached": {
"$dynamicAnchor": "detached",
"type": "integer"
}
}
}