The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
1234567 { "$id": "http://localhost:1234/draft7/integer.json", "$schema": "http://json-schema.org/draft-07/schema#", "dependentRequired": { "foo": ["bar"] }}
{
"$id"
:
"http://localhost:1234/draft7/integer.json"
,
"$schema"
"http://json-schema.org/draft-07/schema#"
"dependentRequired"
: {
"foo"
: [
"bar"
]
}