Property:EventState
This is a property of type Text.
The allowed values for this property are:
- Planned
 - Active
 - Stalled
 - Completed
 
{
    "type": "PROPERTY_CONSTRAINT_SCHEMA",
    "constraints": {
        "type_constraint": "_txt",
        "allowed_values": [
            "Planned",
            "Active",
            "Stalled",
            "Completed"
        ]
    }
}