Military Training Route Standard Operating Procedure (SOP) text records
Ordered by ROUTE_TYPE_CODE, ROUTE_ID, SOP_SEQ_NO. The ordered-by list is also the unique record key.
# Introspect the MtrSop type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
routeTypeCode
routeId
artcc
# }
}Run at https://api.nav.sortie.co/graphql — GraphiQL is available in-browser.
| Field | Type | Description | Units | Enum |
|---|---|---|---|---|
| effDate ← EFF_DATE | String | The 28 Day NASR Subscription Effective Date in format YYYY/MM/DD | ||
| routeTypeCode ← ROUTE_TYPE_CODE | RouteTypeCode | MTR Type Code indicating whether the route is IFR or VFR |
| |
| routeId ← ROUTE_ID | String | Route Identifier. Along with ROUTE_TYPE_CODE creates a unique MTR identifier | ||
| artcc ← ARTCC | String | List of ARTCC Idents that the MTR traverses. Multiple ARTCCs separated by spaces when route crosses multiple centers | ||
| sopSeqNo ← SOP_SEQ_NO | Int | Standard Operating Procedure text computer-assigned sequence number | ||
| sopText ← SOP_TEXT | String | Standard Operating Procedure text describing operational procedures for the route |