Skip to Content
Data ModelsConstraint

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

FieldDescription
constraint_uuidPublic identifier
constraint_typeConstraint classification (see Enums)
ref_uuidReferencing entity UUID (zone, mission, or plan)
geometry_2d2D geometry as GeoJSON
min_height / max_heightAltitude bounds in metres AGL
active_from / active_toOptional temporal window
metadataOptional opaque metadata string
created_at / updated_atTimestamps
Last updated on