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.
hetzner-ansible/smardigo/template/process-variable-declaration/primary-process.json

23 lines
519 B
JSON

{
"name" : "Hauptprozesse",
"configKey" : "primary-process",
"configType" : "process-variable-declaration",
"variableDeclarations" : {
"creation_date" : {
"type" : "date",
"classification" : "PRIVATE"
},
"creation_user_id" : {
"type" : "userId",
"classification" : "PRIVATE"
},
"vorgang_status" : {
"type" : "string",
"classification" : "PRIVATE"
},
"vorgang_status_text" : {
"type" : "string",
"classification" : "PRIVATE"
}
}
}