10 lines
190 B
JSON
10 lines
190 B
JSON
|
{
|
||
|
"properties": {
|
||
|
"int": { "type": "integer" }
|
||
|
},
|
||
|
"patternProperties": {
|
||
|
"^bool": { "type": "boolean" }
|
||
|
},
|
||
|
"additionalProperties": { "type": "string" }
|
||
|
}
|