aviation:read
DEPRECATED
controlled
: Represents airspace that is monitored and managed by air traffic control. If true
, rules implemented by air traffic apply.enabled
: Applies to controlled grids/areas with altitude ceilings. At times, these grids may be disabled. If true
, the altitude ceilings are in effect and require authorization in accordance with the rules and ceilings. If false
, alternative authorization is likely required. For example, the Drone Zone in the US.restricted
: Denotes airspace that is subject to limitations or may be prohibited entirely. If true
, drone flights cannot be authorized during a time window or in some cases into perpetuity.{ "controlled": false, "enabled": true | false, "restricted": false }
{ "controlled": true, "enabled": true, "restricted": false }
{ "controlled": false, "enabled": false, "restricted": true }
{ "controlled": true, "enabled": false, "restricted": false }