Sign in
fuchsia
/
third_party
/
github.com
/
python-jsonschema
/
jsonschema
/
7cb202af57f30476a56e75e83dad7ebfeb7ecf4e
/
.
/
json
/
remotes
/
draft7
/
ref-and-definitions.json
blob: d5929380cacebc6dc1f9fb5d9dc65e43dac94786 [
file
]
{
"$id"
:
"http://localhost:1234/draft7/ref-and-definitions.json"
,
"definitions"
:
{
"inner"
:
{
"properties"
:
{
"bar"
:
{
"type"
:
"string"
}
}
}
},
"allOf"
:
[
{
"$ref"
:
"#/definitions/inner"
}
]
}