51 lines
808 B
JSON
51 lines
808 B
JSON
{
|
|
"git_repository_url": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"git_reference": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"directory": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"user": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"title": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"backend_scheme": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"backend_host": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"backend_port": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"backend_path_base": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"registration_default_email_address": {
|
|
"type": "string",
|
|
"mandatory": false,
|
|
"options": [
|
|
"none",
|
|
"only_veiled",
|
|
"both"
|
|
]
|
|
},
|
|
"registration_default_email_redirect": {
|
|
"type": "boolean",
|
|
"mandatory": false
|
|
}
|
|
}
|