Contact facility information for Parachute Jump Areas, including controlling frequencies and sector data
Ordered by PJA_ID and FAC_NAME, which together form the unique record key. References PJA_ID in PJA_BASE.
# Introspect the PjaCon type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
pjaId
facId
facName
# }
}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 | ||
| pjaId ← PJA_ID | String | PJA ID that uniquely identifies a Parachute Jump Area; references PJA_ID in PJA_BASE | ||
| facId ← FAC_ID | String | Contact Facility Identifier for the ATC or controlling facility associated with this PJA contact record | ||
| facName ← FAC_NAME | String | Contact Facility Name for the ATC or controlling facility associated with this PJA contact record | ||
| locId ← LOC_ID | String | Related Location Identifier associated with the contact facility | ||
| commercialFreq ← COMMERCIAL_FREQ | Float | Commercial (civil) frequency for contacting the facility regarding PJA operations | MHz | |
| commercialChartFlag ← COMMERCIAL_CHART_FLAG | ContrFuelAvbl | Indicates whether the commercial frequency is to be shown on a chart |
| |
| milFreq ← MIL_FREQ | Float | Military frequency for contacting the facility regarding PJA operations | MHz | |
| milChartFlag ← MIL_CHART_FLAG | ContrFuelAvbl | Indicates whether the military frequency is to be shown on a chart |
| |
| sector ← SECTOR | String | Sector description text identifying the ATC sector responsible for the PJA | ||
| contactFreqAltitude ← CONTACT_FREQ_ALTITUDE | String | Altitude description text indicating the altitude at which a specific contact frequency applies |