Airspace Zone
An Airspace Zone is a geographically bounded airspace segment with a restriction type and operational limits. Zone geometry is stored in the Constraint Engine and referenced from the zone record via constraint_uuid. In prose and APIs this entity is always an Airspace Zone; the sidebar label shortens to Zone.
Role in the platform
Airspace Zones are the published spatial policy surface. Missions that intersect managed or restricted zones generate Permission requests for the managing organisation. Airspace Managers own and update zones. Airspace Monitors observe activity within zones they can access.
Core fields
| Field | Description |
|---|---|
zone_uuid / zone_udai_id | Public identifiers |
zone_name | Human-readable zone name |
org_owner_uuid | Owning Airspace Manager organisation |
restriction_type / airspace_zone_type | Restriction classification (see Enums) |
constraint_uuid | Geometry and height volume in the Constraint Engine |
min_height / max_height | Altitude bounds in metres AGL |
active_from / active_to | Optional window for temporary restrictions |
status | Lifecycle status |
Zone memberships use the unified Resource Memberships model with resource_type for Airspace Zones (Manager or Monitor roles).
Related APIs
Last updated on