17 lines
251 B
JSON
17 lines
251 B
JSON
{
|
|
"git_reference": {
|
|
"nullable": true,
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"revision": {
|
|
"nullable": false,
|
|
"type": "string",
|
|
"mandatory": true
|
|
},
|
|
"backup_path": {
|
|
"nullable": true,
|
|
"type": "string",
|
|
"mandatory": false
|
|
}
|
|
}
|