You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
1.9 KiB
JSON
83 lines
1.9 KiB
JSON
{
|
|
"name" : "service-setup",
|
|
"configKey" : "service-setup",
|
|
"configType" : "process-variable-declaration",
|
|
"variableDeclarations" : {
|
|
"connect_admin" : {
|
|
"type" : "object",
|
|
"classification" : "PRIVATE",
|
|
"fields" : {
|
|
"username" : {
|
|
"type" : "string",
|
|
"classification" : "PRIVATE"
|
|
},
|
|
"password" : {
|
|
"type" : "string",
|
|
"classification" : "PRIVATE"
|
|
}
|
|
}
|
|
},
|
|
"creation_date" : {
|
|
"type" : "date",
|
|
"classification" : "PRIVATE",
|
|
"searchable" : true,
|
|
"label" : "Erstelldatum"
|
|
},
|
|
"creation_user_id" : {
|
|
"type" : "userId",
|
|
"classification" : "PRIVATE",
|
|
"searchable" : true,
|
|
"label" : "creation_user_id"
|
|
},
|
|
"in_data" : {
|
|
"type" : "object",
|
|
"classification" : "PRIVATE",
|
|
"label" : "in_data"
|
|
},
|
|
"jobs" : {
|
|
"type" : "object",
|
|
"classification" : "PRIVATE",
|
|
"label" : "jobs"
|
|
},
|
|
"progress_current" : {
|
|
"type" : "integer",
|
|
"classification" : "PRIVATE",
|
|
"label" : "progress_current"
|
|
},
|
|
"progress_max" : {
|
|
"type" : "integer",
|
|
"classification" : "PRIVATE",
|
|
"label" : "progress_max"
|
|
},
|
|
"service" : {
|
|
"type" : "object",
|
|
"classification" : "PRIVATE",
|
|
"label" : "service"
|
|
},
|
|
"stage" : {
|
|
"type" : "string",
|
|
"classification" : "PRIVATE",
|
|
"label" : "stage"
|
|
},
|
|
"tenant" : {
|
|
"type" : "object",
|
|
"classification" : "PRIVATE",
|
|
"label" : "tenant"
|
|
},
|
|
"wordpress_admin" : {
|
|
"type" : "object",
|
|
"classification" : "PRIVATE",
|
|
"label" : "wordpress_admin",
|
|
"fields" : {
|
|
"username" : {
|
|
"type" : "string",
|
|
"classification" : "PRIVATE"
|
|
},
|
|
"password" : {
|
|
"type" : "string",
|
|
"classification" : "PRIVATE"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |