17 lines
355 B
JSON
17 lines
355 B
JSON
{
|
|
"type": "object",
|
|
"required": [
|
|
"id",
|
|
"key",
|
|
"value",
|
|
"protected"
|
|
],
|
|
"properties": {
|
|
"id": { "type": "integer" },
|
|
"key": { "type": "string" },
|
|
"value": { "type": "string" },
|
|
"protected": { "type": "boolean" },
|
|
"environment_scope": { "type": "string", "optional": true }
|
|
},
|
|
"additionalProperties": false
|
|
}
|