Sign in
fuchsia
/
third_party
/
github.com
/
python-jsonschema
/
jsonschema
/
refs/heads/upstream/exceptions
/
.
/
json
/
remotes
/
nested-absolute-ref-to-string.json
blob: f46c761643c03059006807793c5550649b40ff48 [
file
] [
log
] [
blame
] [
edit
]
{
"$defs"
:
{
"bar"
:
{
"$id"
:
"http://localhost:1234/the-nested-id.json"
,
"type"
:
"string"
}
},
"$ref"
:
"http://localhost:1234/the-nested-id.json"
}