# Airport Operational Note

An Operational Note is a piece of textual information that is intended for [Airport](https://docs.aviowiki.com/data-models/airport) users, and that cannot be otherwise modelled digitally.

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

To facilitate the filtering of Operational Notes in client systems, some machine-readable properties are included.

{% hint style="info" %}
Airport Operational Notes should not be used for temporary airport closures, runways closures, or any other information that can be modeled in [Availability](https://docs.aviowiki.com/data-models/availability) or any other part of the data model.
{% endhint %}

| **Property**      | **Type** | **Description**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| ----------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `aid`             | string   | A string with the [AID](https://docs.aviowiki.com/conventions/aviowiki-ids) of the Airport Operational Note, with `ONA` as namespace                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `validFrom`       | string   | <p>An ISO 8601 formatted date-time string that indicates when the Operational Note is first in force. This is expressed in Local Time.<br>For example <code>2020-01-30T08:00:00</code>.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `validTo`         | string   | <p>An ISO 8601 formatted date-time string that indicates when the Operational Note ceases to be in force. This is expressed in Local Time.<br>For example <code>2020-02-02T18:59:59</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `criticality`     | string   | <p>A string indicating the level of criticality of the Operational Note.<br>Possible values are:</p><ul><li><code>INFORMATION\_ONLY</code> 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. For example: <em>JET-A1 pressurized refuelling not available. Only overwing refuelling possible.</em></li><li><code>OPERATIONALLY\_RELEVANT</code> 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: <em>Parking stands in front of the FBO are closed due to Work In Progress. Only remote stands available with a car transfer to the FBO</em>.</li><li><code>OPERATIONALLY\_CRITICAL</code> 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: <em>ILS CAT I inoperative</em>, or <em>JET-A1 fuel not available</em>.</li></ul>                                                                                                                                                                                                                                                                                                                                        |
| `source`          | string   | <p>A description of where this information was originated.<br>For example <em>Airport Authority</em> or <em>Ground Handler</em> or <em>Local news</em>.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `category`        | string   | <p>A string that indicates what the Airport Operational Note is about.<br>Possible  values are:</p><ul><li><code>RUNWAY</code> For runways and other take-off and landing surfaces.</li><li><code>AIRLINES\_TERMINAL</code> For the terminal building and connected services that are used by scheduled airlines. </li><li><code>GENERAL\_AVIATION\_TERMINAL</code> For the terminal building and connected services that are used by General and Business Aviation.</li><li><code>FUEL</code> For all fuel supplies.</li><li><code>PARKING</code> For parking availability and restrictions.</li><li><code>TAXIWAYS</code> For all taxiways and taxilanes.</li><li><code>WEATHER</code> For weather phenomena affecting the airport.</li><li><code>PROCEDURES</code> For special or non-standard procedures that are in place at the airport.</li><li><code>EVENTS</code> For events affecting airport traffic, such as airshows.</li><li><code>COSTS</code> For extraordinary costs that airport users should be aware of.</li><li><code>STRIKES</code> For upcoming personnel strikes that might affect airport operations.</li><li><code>IMMIGRATION</code> For all airport-specific immigration issues.</li><li><code>DELAYS</code> For upcoming events that are expected to bring delays, but are not included in any other more specific category above.</li><li><code>RISK</code> For all safety and security risks related to airport operations.</li><li><code>RESTRICTIONS</code> For all temporary restrictions that cannot be documented in other parts of the Airport model.</li></ul> |
| `affectedTraffic` | list     | This object is reserved for future use, and it is currently defaulted to `null` in all API responses.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `notes`           | string   | <p>The text of the information that is to be displayed to the human.<br>For example <em>JET-A1 pressurized refuelling not available</em></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `parent`          | string   | The [AID](https://docs.aviowiki.com/conventions/aviowiki-ids) of the [Airport](https://docs.aviowiki.com/data-models/airport) at which this Operational Note is applicable                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
