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/pmci/process-variable-declaration/simulation.json

20 lines
441 B
JSON

{
"name" : "simulation",
"configKey" : "simulation",
"configType" : "process-variable-declaration",
"variableDeclarations" : {
"creation_date" : {
"type" : "date",
"classification" : "PRIVATE"
},
"creation_user_id" : {
"type" : "userId",
"classification" : "PRIVATE"
},
"simulation" : {
"type" : "boolean",
"classification" : "PRIVATE",
"label" : "simulation"
}
}
}