Sign in
fuchsia
/
third_party
/
github.com
/
python-jsonschema
/
jsonschema
/
refs/heads/main
/
.
/
json
/
remotes
/
draft-next
/
detached-ref.json
blob: d01aaa128a459339f1f0a8b6db1aeb96806499b7 [
file
] [
log
] [
blame
] [
edit
]
{
"$id"
:
"http://localhost:1234/draft-next/detached-ref.json"
,
"$schema"
:
"https://json-schema.org/draft/next/schema"
,
"$defs"
:
{
"foo"
:
{
"$ref"
:
"#detached"
},
"detached"
:
{
"$anchor"
:
"detached"
,
"type"
:
"integer"
}
}
}