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