FleetForge Run Event
- Source:
api/schemas/run_event.json - Type:
object - Required properties:
event_id,run_id,kind,payload,occurred_at
Properties
| Property | Type | Required | Notes |
|---|---|---|---|
event_id | string | Yes | format: uuid |
kind | string | Yes | |
occurred_at | string | Yes | format: date-time |
payload | object | Yes | |
run_id | string | Yes | format: uuid |
severity | string | No | |
step_id | string | No | format: uuid |
tags | array<string> | No |
Additional properties are permitted.