Sign in
fuchsia
/
third_party
/
github.com
/
python-jsonschema
/
jsonschema
/
18855d01f7839083efc5bad1ca67688a7177be42
/
.
/
json
/
remotes
/
draft-next
/
locationIndependentIdentifier.json
blob: 17b4df5144ad5b4d2faf722f5d09efdab89698a7 [
file
]
{
"$schema"
:
"https://json-schema.org/draft/next/schema"
,
"$defs"
:
{
"refToInteger"
:
{
"$ref"
:
"#foo"
},
"A"
:
{
"$anchor"
:
"foo"
,
"type"
:
"integer"
}
}
}