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