infrastructure/roles/database/vardef.json
2024-06-01 16:41:29 +02:00

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
}
}