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
2 changes: 1 addition & 1 deletion .stoplight/styleguide.json

Large diffs are not rendered by default.

26 changes: 17 additions & 9 deletions cs/v1/CS_v1.0.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ paths:
API-Version:
schema:
type: string
example: 1.0.1
example: 1.0.2
description: |
SemVer used to indicate the version of the contract (API version) returned.
Next-Page-Cursor:
Expand All @@ -75,7 +75,7 @@ paths:
API-Version:
schema:
type: string
example: 1.0.1
example: 1.0.2
description: |
SemVer used to indicate the version of the contract (API version) returned.
content:
Expand Down Expand Up @@ -103,7 +103,7 @@ paths:
API-Version:
schema:
type: string
example: 1.0.1
example: 1.0.2
description: |
SemVer used to indicate the version of the contract (API version) returned.
content:
Expand Down Expand Up @@ -276,7 +276,7 @@ paths:
API-Version:
schema:
type: string
example: 1.0.1
example: 1.0.2
description: |
SemVer used to indicate the version of the contract (API version) returned.
Next-Page-Cursor:
Expand All @@ -296,7 +296,7 @@ paths:
API-Version:
schema:
type: string
example: 1.0.1
example: 1.0.2
description: |
SemVer used to indicate the version of the contract (API version) returned.
content:
Expand Down Expand Up @@ -324,7 +324,7 @@ paths:
API-Version:
schema:
type: string
example: 1.0.1
example: 1.0.2
description: |
SemVer used to indicate the version of the contract (API version) returned.
content:
Expand Down Expand Up @@ -414,7 +414,7 @@ paths:
API-Version:
schema:
type: string
example: 1.0.1
example: 1.0.2
description: |
SemVer used to indicate the version of the contract (API version) returned.
Next-Page-Cursor:
Expand All @@ -434,7 +434,7 @@ paths:
API-Version:
schema:
type: string
example: 1.0.1
example: 1.0.2
description: |
SemVer used to indicate the version of the contract (API version) returned.
content:
Expand Down Expand Up @@ -462,7 +462,7 @@ paths:
API-Version:
schema:
type: string
example: 1.0.1
example: 1.0.2
description: |
SemVer used to indicate the version of the contract (API version) returned.
content:
Expand Down Expand Up @@ -1092,6 +1092,8 @@ components:
VesselSchedule:
title: Vessel Schedule
type: object
description: |
The timetable of departure and arrival times for each `TransportCall` on a Service of the vessel in question.
required:
- isDummyVessel
properties:
Expand Down Expand Up @@ -1190,6 +1192,7 @@ components:
ErrorResponse:
title: Error Response
type: object
description: Unexpected error
required:
- httpMethod
- requestUri
Expand Down Expand Up @@ -1688,6 +1691,11 @@ components:
description: |
PM<sub>10</sub> (Small Particle) emissions in kilograms (kg).
example: 0.8
cutOffTimes:
type: array
description: A list of cut-offs times provided by the carrier when available for this particular leg. A cut-off time indicates the latest date and time by which a task must be completed. For example, the latest date and time by which certain documentation must be provided by the Shipper.
items:
$ref: '#/components/schemas/CutOffTime'
Location:
title: Location
type: object
Expand Down