The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678910111213 { "$id": "http://localhost:1234/draft7/detached-ref.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "foo": { "$ref": "#detached" }, "detached": { "$id": "#detached", "type": "integer" } }}
{
"$id"
:
"http://localhost:1234/draft7/detached-ref.json"
,
"$schema"
"http://json-schema.org/draft-07/schema#"
"definitions"
: {
"foo"
"$ref"
"#detached"
},
"detached"
"type"
"integer"
}