Sign in
fuchsia
/
third_party
/
github.com
/
python-jsonschema
/
jsonschema
/
refs/heads/main
/
.
/
json
/
remotes
/
draft-next
/
ref-and-defs.json
blob: 46fafc9c22ab04812a561189275c482b14deeb81 [
file
] [
log
] [
blame
] [
edit
]
{
"$schema"
:
"https://json-schema.org/draft/next/schema"
,
"$id"
:
"http://localhost:1234/draft-next/ref-and-defs.json"
,
"$defs"
:
{
"inner"
:
{
"properties"
:
{
"bar"
:
{
"type"
:
"string"
}
}
}
},
"$ref"
:
"#/$defs/inner"
}