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