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