Sign in
fuchsia
/
third_party
/
github.com
/
python-jsonschema
/
jsonschema
/
8dd4f567caffc8b7e27eeebc8f23a889a3168bbb
/
.
/
json
/
remotes
/
draft-next
/
detached-dynamicref.json
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"
}
}
}