Payload Model
A Payload Model describes a physical sensor or attachment that can be equipped on an Asset. Asset Models declare which payload UUIDs they allow.
Role in the platform
Asset Manufacturer or Asset Owner organisations register payload models they own. Assets list active payload UUIDs; flight plans may also reference payload identity and type for the planned sortie.
Core fields
| Field | Description |
|---|---|
payload_uuid / payload_udai_id | Public identifiers |
payload_name | Human-readable name |
payload_type | Payload classification (see Enums) |
manufacturer | Manufacturer name string |
org_owner_uuid | Owning organisation |
weight_kg | Weight in kilograms |
horizontal_swath / vertical_swath | Optional swath dimensions in metres |
status | Record lifecycle (Active, soft-deleted, and related states) |
created_at / created_by | Creation audit |
updated_at / updated_by | Last update audit |
Related APIs
Last updated on