8 lines
154 B
JSON
8 lines
154 B
JSON
|
{
|
||
|
"patternProperties": {
|
||
|
"^s": { "type": "string" },
|
||
|
"^i": { "type": "integer" },
|
||
|
"Foo$": { "enum": [ "foo", null ] }
|
||
|
}
|
||
|
}
|