Sign in
fuchsia
/
third_party
/
github.com
/
python-jsonschema
/
jsonschema
/
refs/heads/upstream/exceptions
/
.
/
json
/
remotes
/
ref-and-definitions.json
blob: e0ee802a96ad11e0d0b64f7eba8c8767de401a53 [
file
] [
log
] [
blame
] [
edit
]
{
"$id"
:
"http://localhost:1234/ref-and-definitions.json"
,
"definitions"
:
{
"inner"
:
{
"properties"
:
{
"bar"
:
{
"type"
:
"string"
}
}
}
},
"allOf"
:
[
{
"$ref"
:
"#/definitions/inner"
}
]
}