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