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