Sign in
go
/
tools
/
master
/
.
/
internal
/
mcp
/
jsonschema
/
testdata
/
remotes
/
nested-absolute-ref-to-string.json
blob: f46c761643c03059006807793c5550649b40ff48 [
file
] [
log
] [
blame
]
{
"$defs"
:
{
"bar"
:
{
"$id"
:
"http://localhost:1234/the-nested-id.json"
,
"type"
:
"string"
}
},
"$ref"
:
"http://localhost:1234/the-nested-id.json"
}