| Contact | Donate | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) City | City | RegionModule | Loons |
| (2) Country | Country | CountryModule | Loons |
| (3) DisasterEvent | DisasterEvent | WindLayerModule | Loons |
| (4) GroundStation | GroundStation | NetworkTechnologyModule | Loons |
| (5) LaunchSite | LaunchSite | LaunchSiteModule | Loons |
| (6) Region | Region | RegionModule | Loons |
| (7) RegulatoryApproval | RegulatoryApproval | CountryModule | Loons |
| (8) ServiceArea | ServiceArea | RegionModule | Loons |
| (9) ServiceDeployment | ServiceDeployment | Module | Loons |
| City | RegionModule | Loons |
| Property | Type | Entity | Reference | Module |
| (1) Name | STRING | City | ||
| (2) Region | INT | City | Region | RegionModule |
Example:
final City city = (City) invokeModule(REGION_MODULE + "/city/" + id, City.class);| Region | RegionModule | Loons |
| Property | Type | Entity | Reference | Module |
| (1) Country | INT | Region | Country | CountryModule |
| (2) Name | STRING | Region |
Example:
final Region region = (Region) invokeModule(REGION_MODULE + "/region/" + id, Region.class);| ServiceArea | RegionModule | Loons |
| Property | Type | Entity | Reference | Module |
| (1) AreaType | STRING | ServiceArea | ||
| (2) Country | INT | ServiceArea | Country | CountryModule |
| (3) Description | STRING | ServiceArea | ||
| (4) Name | STRING | ServiceArea | ||
| (5) Region | INT | ServiceArea | Region | RegionModule |
Example:
final ServiceArea servicearea = (ServiceArea) invokeModule(REGION_MODULE + "/servicearea/" + id, ServiceArea.class);| Contact | Donate | Imprint |