The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112 { "$schema": "https://json-schema.org/draft/next/schema", "$id": "http://localhost:1234/draft-next/ref-and-defs.json", "$defs": { "inner": { "properties": { "bar": { "type": "string" } } } }, "$ref": "#/$defs/inner"}
{
"$schema"
:
"https://json-schema.org/draft/next/schema"
,
"$id"
"http://localhost:1234/draft-next/ref-and-defs.json"
"$defs"
: {
"inner"
"properties"
"bar"
"type"
"string"
}
},
"$ref"
"#/$defs/inner"