Constraint
A Constraint is a geospatial volume in the Constraint Engine. Airspace Zones, Missions, and Flight Plans reference constraints by constraint_uuid for envelopes and deconfliction.
Role in the platform
Constraints store the authoritative geometry and height bounds used for intersection checks, permission creation, and strategic deconfliction. Geometry is exposed to API consumers as GeoJSON under geometry_2d (WGS84 / SRID 4326).
Core fields
| Field | Description |
|---|---|
constraint_uuid | Public identifier |
constraint_type | Constraint classification (see Enums) |
ref_uuid | Referencing entity UUID (zone, mission, or plan) |
geometry_2d | 2D geometry as GeoJSON |
min_height / max_height | Altitude bounds in metres AGL |
active_from / active_to | Optional temporal window |
metadata | Optional opaque metadata string |
created_at / updated_at | Timestamps |
Related APIs
Last updated on