| name | string | null | AutomationName |
| sort_order | number | Automation sort order |
| space_uid | string | Space uid |
| updater_id | integer | User id, who created automation |
| company_id | integer | Company id |
| created | string | Created timestamp |
| updated | string | Updated timestamp |
| id | string | Automation uid |
| status | enum | active, disabled, removed, broken |
| type | enum | on_action - event automatation, on_date - due date automation |
| trigger | object Schema | Automation trigger data |
| actions | array of objects Schema | Automation actions |
| conditions | object Schema | Automation conditions |