Sign in
fuchsia
/
third_party
/
github.com
/
python-jsonschema
/
jsonschema
/
8dd4f567caffc8b7e27eeebc8f23a889a3168bbb
/
.
/
json
/
remotes
/
draft-next
/
nested
/
foo-ref-string.json
blob: 50bf77f4f25155442b9538df5da7271dab38aab9 [
file
] [
log
] [
blame
]
{
"$schema"
:
"https://json-schema.org/draft/next/schema"
,
"type"
:
"object"
,
"properties"
:
{
"foo"
:
{
"$ref"
:
"string.json"
}
}
}