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