Sign in
go
/
tools
/
master
/
.
/
internal
/
mcp
/
jsonschema
/
testdata
/
remotes
/
draft2020-12
/
nested
/
foo-ref-string.json
blob: 29661ff9fb185eea03ecbbe59f1cea87178fe1b8 [
file
] [
log
] [
blame
]
{
"$schema"
:
"https://json-schema.org/draft/2020-12/schema"
,
"type"
:
"object"
,
"properties"
:
{
"foo"
:
{
"$ref"
:
"string.json"
}
}
}