Sign in
fuchsia
/
third_party
/
github.com
/
python-jsonschema
/
jsonschema
/
refs/heads/main
/
.
/
json
/
remotes
/
draft-next
/
name-defs.json
blob: cdb8c0c3a632bfc25db1f10b23dbc2e5f87540c2 [
file
] [
log
] [
blame
] [
edit
]
{
"$schema"
:
"https://json-schema.org/draft/next/schema"
,
"$defs"
:
{
"orNull"
:
{
"anyOf"
:
[
{
"type"
:
"null"
},
{
"$ref"
:
"#"
}
]
}
},
"type"
:
"string"
}