Sign in
fuchsia
/
third_party
/
github.com
/
python-jsonschema
/
jsonschema
/
refs/heads/main
/
.
/
json
/
remotes
/
draft2019-09
/
locationIndependentIdentifier.json
blob: a0fb9fbbdf40f1d56e2a5b9f7be6c48ec398fdf6 [
file
] [
log
] [
blame
] [
edit
]
{
"$schema"
:
"https://json-schema.org/draft/2019-09/schema"
,
"$defs"
:
{
"refToInteger"
:
{
"$ref"
:
"#foo"
},
"A"
:
{
"$anchor"
:
"foo"
,
"type"
:
"integer"
}
}
}