23 lines
No EOL
327 B
JSON
23 lines
No EOL
327 B
JSON
{
|
|
"type": "object",
|
|
"required": [
|
|
"key",
|
|
"value",
|
|
"variable_type"
|
|
],
|
|
"properties": {
|
|
"key": {
|
|
"type": "string"
|
|
},
|
|
"value": {
|
|
"type": "string"
|
|
},
|
|
"variable_type": {
|
|
"type": "string"
|
|
},
|
|
"raw": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
} |