Sign in
fuchsia
/
third_party
/
github.com
/
python-jsonschema
/
jsonschema
/
18855d01f7839083efc5bad1ca67688a7177be42
/
.
/
json
/
remotes
/
draft6
/
detached-ref.json
blob: 05ce071bae0dee7b21aa791ed0e01ff31a202d0c [
file
]
{
"$id"
:
"http://localhost:1234/draft6/detached-ref.json"
,
"$schema"
:
"http://json-schema.org/draft-06/schema#"
,
"definitions"
:
{
"foo"
:
{
"$ref"
:
"#detached"
},
"detached"
:
{
"$id"
:
"#detached"
,
"type"
:
"integer"
}
}
}