22 lines
315 B
JSON
22 lines
315 B
JSON
{
|
|
"username": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"password": {
|
|
"type": "string",
|
|
"mandatory": true
|
|
},
|
|
"schema": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"git_repository_url": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"git_reference": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
}
|
|
}
|