libcruft-util/test/json/schema/validation/6200_pattern_properties/schema.json

8 lines
154 B
JSON

{
"patternProperties": {
"^s": { "type": "string" },
"^i": { "type": "integer" },
"Foo$": { "enum": [ "foo", null ] }
}
}