| name | data type | description | 
|---|---|---|
| OnPlace | boolean | |
| OnBoard | boolean | |
Properties inherited from ParameterisedActionStructure | 
        ||
| Description | NaturalLanguageStringStructure | |
| ActionData | array of ActionDataStructure | |
Properties inherited from SimpleActionStructure | 
        ||
| ActionStatus | ActionStatusEnumeration | |
Example
{
  "OnPlace" : true,
  "OnBoard" : true,
  "Description" : {
    "value" : "...",
    "lang" : "..."
  },
  "ActionData" : [ {
    "Name" : "...",
    "Type" : "...",
    "Value" : [ { }, { } ],
    "Prompt" : {
      "value" : "...",
      "lang" : "..."
    }
  }, {
    "Name" : "...",
    "Type" : "...",
    "Value" : [ { }, { } ],
    "Prompt" : {
      "value" : "...",
      "lang" : "..."
    }
  } ],
  "ActionStatus" : "open"
}