Skip to content
Merged
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions cs/v1/CS_v1.0.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,21 @@ components:
$ref: '#/components/schemas/CutOffTime'
location:
$ref: '#/components/schemas/TransportCallLocation'
isCargoOperationalCall:
type: boolean
default: true
description: |
Indicates whether cargo loading and/or discharge is applicable at the transport call.
- `true`: cargo loading and/or discharge is applicable.
- `false`: cargo loading and/or discharge are not applicable.
- If omitted, the value **MUST** be interpreted as `true`.
Comment thread
Copilot marked this conversation as resolved.

The property is independent of whether the associated timestamps are Planned (`PLN`), Estimated (`EST`) or Actual (`ACT`). It does not indicate whether cargo was actually loaded or discharged.

Other activities, such as bunkering, do not change this classification when cargo operations are also applicable.

Consumers requiring only cargo-operational calls can filter out calls where this property is `false`.
example: false
timestamps:
type: array
minItems: 1
Expand Down
8 changes: 8 additions & 0 deletions cs/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
The DCSA Commercial Schedules API is specified on [**SwaggerHub**](https://app.swaggerhub.com/apis/dcsaorg/DCSA_CS).

<a name="v104"></a>[Release v1.0.4](https://app.swaggerhub.com/apis-docs/dcsaorg/DCSA_CS/1.0.4)
---
Identify cargo-operational calls in Vessel Schedules.

- Added optional `isCargoOperationalCall` to `TransportCall` in Vessel Schedules to indicate whether cargo loading and/or discharge is applicable at the call.
- If omitted, the value **MUST** be interpreted as `true`.
- `false` indicates that neither cargo loading nor cargo discharge is applicable, allowing consumers to filter these calls while retaining access to the complete published vessel rotation.
- The classification is independent of Planned (`PLN`), Estimated (`EST`) or Actual (`ACT`) timestamps and does not indicate whether cargo was actually loaded or discharged.
Comment thread
Copilot marked this conversation as resolved.
- Calls combining cargo operations with other activities, such as bunkering, remain cargo-operational.

<a name="v103"></a>[Release v1.0.3 (12 June 2026)](https://app.swaggerhub.com/apis-docs/dcsaorg/DCSA_CS/1.0.3)
---
Expand Down
Loading