Sign in
go
/
tools
/
master
/
.
/
internal
/
mcp
/
jsonschema
/
testdata
/
remotes
/
draft2020-12
/
detached-dynamicref.json
blob: 07cce1dac4769438f80b32346d7e521baeadd83e [
file
] [
log
] [
blame
]
{
"$id"
:
"http://localhost:1234/draft2020-12/detached-dynamicref.json"
,
"$schema"
:
"https://json-schema.org/draft/2020-12/schema"
,
"$defs"
:
{
"foo"
:
{
"$dynamicRef"
:
"#detached"
},
"detached"
:
{
"$dynamicAnchor"
:
"detached"
,
"type"
:
"integer"
}
}
}