| name | data type | description |
|---|---|---|
| appliableToPhases | array of string | |
| id | string | |
| description | string | |
| parameters | map of map of object |
Example
{
"appliableToPhases" : [ "...", "..." ],
"id" : "...",
"description" : "...",
"parameters" : {
"property1" : {
"property1" : { },
"property2" : { }
},
"property2" : {
"property1" : { },
"property2" : { }
}
}
}