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.

18 changes: 9 additions & 9 deletions bkg/v2/BKG_v2.0.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5088,8 +5088,8 @@ components:
$ref: '#/components/schemas/ContainerPositioning'
emptyContainerPickup:
$ref: '#/components/schemas/EmptyContainerPickup'
emptyContainerPickupAnyOriginType:
$ref: '#/components/schemas/EmptyContainerPickupAnyOriginType'
originEmptyContainerPickup:
$ref: '#/components/schemas/OriginEmptyContainerPickup'
fullContainerPickupDateTime:
type: string
format: date-time
Expand Down Expand Up @@ -5182,8 +5182,8 @@ components:
$ref: '#/components/schemas/ContainerPositioning'
emptyContainerPickup:
$ref: '#/components/schemas/EmptyContainerPickup'
emptyContainerPickupAnyOriginType:
$ref: '#/components/schemas/EmptyContainerPickupAnyOriginType'
originEmptyContainerPickup:
$ref: '#/components/schemas/OriginEmptyContainerPickup'
fullContainerPickupDateTime:
type: string
format: date-time
Expand Down Expand Up @@ -6372,8 +6372,8 @@ components:
$ref: '#/components/schemas/ContainerPositioningEstimated'
emptyContainerPickup:
$ref: '#/components/schemas/EmptyContainerPickup'
emptyContainerPickupAnyOriginType:
$ref: '#/components/schemas/EmptyContainerPickupAnyOriginType'
originEmptyContainerPickup:
$ref: '#/components/schemas/OriginEmptyContainerPickup'
required:
- ISOEquipmentCode
- units
Expand All @@ -6387,7 +6387,7 @@ components:

**Condition:** Only applicable to merchant haulage service at origin (`Receipt type at origin = 'CY'`).

**Deprecated:** In case both provider and consumer are on API v2.0.2 (or later), please use `emptyContainerPickupAnyOriginType` instead as it contains no conditions.
**Deprecated:** In case both provider and consumer are on API v2.0.2 (or later), please use `originEmptyContainerPickup` instead as it contains no conditions.
properties:
dateTime:
type: string
Expand All @@ -6398,9 +6398,9 @@ components:
depotReleaseLocation:
$ref: '#/components/schemas/EmptyContainerDepotReleaseLocation'

EmptyContainerPickupAnyOriginType:
OriginEmptyContainerPickup:
type: object
title: Empty Container Pickup (Any Origin Type)
title: Origin Empty Container Pickup
description: |
The date, time and location of the depot from which the empty container(s) will be released from.

Expand Down