9 lines
156 B
JSON
9 lines
156 B
JSON
|
{
|
||
|
"type": ["object", "null"],
|
||
|
"properties": {
|
||
|
"key": { "type": "string" },
|
||
|
"value": { "type": "string" }
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|