Remarks associated with NAVAID records, providing free-form text that further describes specific information items
Ordered by NAV_ID, NAV_TYPE, COUNTRY_CODE, CITY, TAB_NAME, REF_COL_NAME, REF_COL_SEQ_NO. Shares common key fields with NAV_BASE.
# Introspect the NavRmk type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
navId
navType
stateCode
# }
}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 | ||
| navId ← NAV_ID | String | NAVAID Facility Identifier. References NAV_ID in NAV_BASE. | ||
| navType ← NAV_TYPE | NavBaseNavType | NAVAID Facility Type. References NAV_TYPE in NAV_BASE. | 10 values
| |
| stateCode ← STATE_CODE | NavRmkStateCode | Associated State Post Office Code. References STATE_CODE in NAV_BASE. | 57 values
| |
| city ← CITY | String | NAVAID Associated City Name. References CITY in NAV_BASE. | ||
| countryCode ← COUNTRY_CODE | NavRmkCountryCode | Country Post Office Code for country where NAVAID is located. References COUNTRY_CODE in NAV_BASE. | 11 values
| |
| tabName ← TAB_NAME | NavRmkTabName | NASR table name associated with the remark |
| |
| refColName ← REF_COL_NAME | NavRmkRefColName | NASR column name associated with the remark; non-specific remarks are identified as GENERAL_REMARK | 9 values
| |
| refColSeqNo ← REF_COL_SEQ_NO | Int | Sequence number assigned to the Reference Column Remark, allowing multiple remarks per column | ||
| remark ← REMARK | String | Remark text as free-form text that further describes a specific information item |