Sign in
fuchsia
/
third_party
/
github.com
/
python-jsonschema
/
jsonschema
/
refs/heads/main
/
.
/
json
/
remotes
/
draft2020-12
/
detached-dynamicref.json
blob: 07cce1dac4769438f80b32346d7e521baeadd83e [
file
] [
log
] [
blame
] [
edit
]
{
"$id"
:
"http://localhost:1234/draft2020-12/detached-dynamicref.json"
,
"$schema"
:
"https://json-schema.org/draft/2020-12/schema"
,
"$defs"
:
{
"foo"
:
{
"$dynamicRef"
:
"#detached"
},
"detached"
:
{
"$dynamicAnchor"
:
"detached"
,
"type"
:
"integer"
}
}
}