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