Panel | ||
---|---|---|
| ||
| ||
Info | ||
title | Version||
This page concerns v2.0 of the Specification. Supporting material on v1.0 is <tbd> |
Requirement
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
Guidance
tbd
Examples
Service Categories
information exchange area
flight information exchange
Verification Support
Completeness | Check that: [ ] The service description includes the service categories to which the service belongs. [ ] The service description includes, if applicable, the reference the service categorisation schemes used. |
Examples
The following example shows the content as a table.
service categories | category | category name | Regulated Information Exchange |
---|---|---|---|
value | FLIGHT_INFORMATION_EXCHANGE | ||
scheme | http://reference.swim.aero/information-services/service-categories/CodeRegulatedInformationExchangeType | ||
category | category name | Business Activity | |
value | AERODROME_OPERATION | ||
scheme | http://reference.swim.aero/information-services/service-categories/CodeBusinessActivityType | ||
category | category name | intended service consumer | |
value | CIVIL_AIRSPACE_USER | ||
scheme | http://reference.swim.aero/information-services/service-categories |
availability status
operational
business activity
/CodeStakeholderType | ||
category | category name | intended service consumer |
---|---|---|
value | AIRSIDE_GROUND_HANDLER | |
scheme | http://reference.swim.aero/information-services/service-categories/CodeStakeholderType | |
category | category name | intended service consumer |
airspace user
airside ground handler
geographical extent
value | MILITARY_AIRSPACE_USER |
---|---|
scheme | http://reference.swim.aero/information-services/service-categories/CodeStakeholderType |
The following example shows an extract of the content of a JSON file that conforms to the Service Metadata Schema
Info |
---|
The Service Metadata Schema expects the use of some classification schemes such as http://reference.swim.aero/information-services/service-categories/CodeStakeholderType. This allows the json to be shorter. |
Code Block | ||||
---|---|---|---|---|
| ||||
"serviceCategorisation": {
"businessActivityType": ["AERODROME_OPERATION"],
"intendedConsumer": ["CIVIL_AIRSPACE_USER", "AIRSIDE_GROUND_HANDLER", "MILITARY_AIRSPACE_USER"],
"informationCategory": ["FLIGHT_INFORMATION_EXCHANGE"],
"other": [{
"name": "SERVICE_TYPE",
"value": "FEATURE_ACCESS_SERVICE",
"categorisationScheme": {
"url": "http://reference.swim.aero/information-services/service-categories/CodeServiceType"
}
}]
} |
Complete examples are available at Example service description.