aviowiki
  • Introduction
  • Authentication
    • Users
    • API Tokens
    • Authorisation
  • Conventions
    • Data format
    • aviowiki IDs
    • Pagination
  • Errors
  • Reward Points
  • Open Data
    • Introduction
    • Definition
  • Data Models
    • Airport
    • Authority
    • Availability
    • Aircraft Position
    • Coordinates
    • Region
    • Country
    • Governing District
    • Runway
    • Provider
    • Generic Product
    • Fuel Product
    • Fuel Fee
    • Webhook
    • Error
    • Operational Note
      • Airport Operational Note
      • Country Operational Note
  • Free Endpoints
    • Limitations
    • Free airport endpoints
      • Airport data
      • Searching airports
  • Authenticated Endpoints
    • Airport endpoints
      • Searching airports
      • Airport data
      • Authorities at an airport
      • Availability of an airport
        • Aerodrome Rescue and Fire Fighting availaibility
        • Air Traffic Control availability
        • Customs, Immigration and Quarantine facilities availability
        • Movement availability
      • Runways at an airport
      • Providers at an airport
      • Weather at an airport
      • Sun times at an airport
      • Operational notes at an airport
    • Aircraft endpoints
    • Aircraft position endpoints
    • Flight endpoints
    • Runway endpoints
      • Runway data
    • Provider endpoints
      • Provider data
      • Availability of a provider
      • Country of a provider
      • Pictures of a provider
      • Logo of a provider
      • Products of a provider
      • Fuel products of a provider
    • Operational Note endpoints
      • Operational Note data
    • Retrieve aircraft position
  • Release log
Powered by GitBook
On this page

Was this helpful?

  1. Data Models
  2. Operational Note

Country Operational Note

PreviousAirport Operational NoteNextLimitations

Last updated 1 year ago

Was this helpful?

An Operational Note is a piece of textual information that is intended for users, and that cannot be otherwise modelled digitally.

Scenarios that should be entered as Operational Notes include occurrences such as special events and restrictions, etc.

Property
Type
Description

aid

string

validFrom

string

An ISO 8601 formatted date-time string that indicates when the Operational Note is first in force. This is expressed in Local Time. For example 2020-01-30T08:00:00.

validTo

string

An ISO 8601 formatted date-time string that indicates when the Operational Note ceases to be in force. This is expressed in Local Time. For example 2020-02-02T18:59:59.

source

string

A description of where this information was originated. For example Airport Authority or NOTAM or Local news.

criticality

string

A string indicating the level of criticality of the Operational Note. Possible values are:

  • INFORMATION_ONLY for information that have no operational impact. Knowledge is considered relevant to make the operations smoother, but no operational impact arises from not knowing of it.

  • OPERATIONALLY_RELEVANT for information that may have an operational impact, but is not critical. Not knowing such information will likely have a minor operational impact in the form of delays or inconvenient to the crew or passengers. The flight can still take place under all circumstances. For example: Temporary military exercises.

  • OPERATIONALLY_CRITICAL for information that is relevant and critical. Not knowing will likely have a major operational impact up to refusal of service. Performance of a flight might not be possible in all conditions. For example: widespread fuel shortages, volcanic activity, strikes and no-fly/conflict zones

notes

string

The text of the information that is to be displayed to the human. Due to ongoing armed conflict, all airports are closed until further notice.

category

A string that indicates what the Airport Operational Note is about. Possible values are:

  • WEATHER For weather phenomena affecting the airport.

  • PROCEDURES For special or non-standard procedures that are in place at the airport.

  • EVENTS For events affecting airport traffic, such as airshows.

  • COSTS For extraordinary costs that airport users should be aware of.

  • STRIKES For upcoming personnel strikes that might affect airport operations.

  • IMMIGRATION For all airport-specific immigration issues.

  • DELAYS For upcoming events that are expected to bring delays, but are not included in any other more specific category above.

  • RISK For all safety and security risks related to airport operations.

  • RESTRICTIONS For all temporary restrictions that cannot be documented in other parts of the Airport model.

affectedTraffic

list

SCHEDULED, GENERAL_AVIATION, NON_SCHEDULED_COMMERCIAL, MILITARY, SPECIAL

parent

string

Example

  {
    "validFrom": "2024-01-15T09:03:04.448",
    "validTo": "2099-12-31T23:59:59",
    "source": "NOTAM",
    "criticality": "OPERATIONALLY_CRITICAL",
    "notes": "Due to ongoing armed conflict, all airports are closed until further notice. ",
    "category": "EVENTS",
    "affectedTraffic": null,
    "parent": {
      "iso2": "MX",
      "iso3": "MEX",
      "isoNumeric": 484,
      "name": "Mexico",
      "officialName": "United Mexican States",
      "localIdentifierName": null
    },
    "aid": "ONC-9C2R-QYYM",
    "kind": "COUNTRY"
  }

A string with the of the Country Operational Note, with ONA as namespace

The of the Country which this Operational Note is applicable.

Country
AID
AID