The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789101112 { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "http://localhost:1234/draft2020-12/metaschema-no-validation.json", "$vocabulary": { "https://json-schema.org/draft/2020-12/vocab/applicator": true, "https://json-schema.org/draft/2020-12/vocab/core": true }, "allOf": [ { "$ref": "https://json-schema.org/draft/2020-12/meta/applicator" }, { "$ref": "https://json-schema.org/draft/2020-12/meta/core" } ]}
{
"$schema"
:
"https://json-schema.org/draft/2020-12/schema"
,
"$id"
"http://localhost:1234/draft2020-12/metaschema-no-validation.json"
"$vocabulary"
: {
"https://json-schema.org/draft/2020-12/vocab/applicator"
true
"https://json-schema.org/draft/2020-12/vocab/core"
},
"allOf"
: [
"$ref"
"https://json-schema.org/draft/2020-12/meta/applicator"
"https://json-schema.org/draft/2020-12/meta/core"
}
]