2018-01-29 20:01:53 -05:00
|
|
|
{
|
2018-02-01 16:18:03 -05:00
|
|
|
"type": "object",
|
2018-02-01 16:35:00 -05:00
|
|
|
"required": [
|
|
|
|
"id",
|
|
|
|
"key",
|
|
|
|
"value",
|
|
|
|
"protected"
|
|
|
|
],
|
2018-02-01 16:18:03 -05:00
|
|
|
"properties": {
|
2018-02-01 16:35:00 -05:00
|
|
|
"id": { "type": "integer" },
|
|
|
|
"key": { "type": "string" },
|
|
|
|
"value": { "type": "string" },
|
2018-02-13 10:12:55 -05:00
|
|
|
"protected": { "type": "boolean" },
|
|
|
|
"environment_scope": { "type": "string", "optional": true }
|
2018-02-01 16:18:03 -05:00
|
|
|
},
|
|
|
|
"additionalProperties": false
|
2018-01-29 20:01:53 -05:00
|
|
|
}
|