OBJECT
AOI
link GraphQL Schema definition
- type AOI {
- # List of Skylight user IDs for those users that have access to the Area of
- # Interest (AOI)
- String] : [
- # User ID of the AOI creator
- String :
- # AOI geometry in GeoJSON format
- Polygon :
- # User ID of the AOI owner
- String :
- # Additional AOI properties
- AoiProperties :
- # AOI status (possible values are 'active' and 'inactive')
- String :
- }