2024-10-12 12:00:47 +02:00
|
|
|
{
|
|
|
|
"username": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
|
|
|
"password": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": true
|
|
|
|
},
|
|
|
|
"schema": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
2024-10-25 11:10:48 +02:00
|
|
|
"git_repository_url": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
2024-10-12 12:00:47 +02:00
|
|
|
"git_reference": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
}
|
|
|
|
}
|