{ "type": "object", "required": [ "key", "value", "variable_type" ], "properties": { "key": { "type": "string" }, "value": { "type": "string" }, "variable_type": { "type": "string" } }, "additionalProperties": false }