Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion ovs/v3/OVS_v3.0.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,11 @@ components:
description: |
Code for the event classifier. Values can vary depending on eventType.

Possible values are:
- **Actual:** Equal to the **actual timestamp** of the scheduled event, captured **after it occurred** and **published by the partner**.
- **Estimated:** Equal to **actual voyage data** and may reflect updates to the **Coastal/Regional Schedule (CS)** provided by partners.
- **Planned:** Equal to the **Long Term Schedule (LTS)** with a published rotation and named vessel. If a vessel has not yet been nominated, it will be displayed with a **dummy vessel**.

More information can be found in the OVS Definitions document. Possible value codes:
- `ACT` (Actual)
- `EST` (Estimated)
- `PLN` (Planned)
Expand Down