The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

[
{
"description": "validate definition against metaschema",
"schema": {
},
"tests": [
{
"description": "valid definition schema",
"data": {"$defs": {"foo": {"type": "integer"}}},
"valid": true
},
{
"description": "invalid definition schema",
"data": {"$defs": {"foo": {"type": 1}}},
"valid": false
}
]
}
]