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.

67 changes: 48 additions & 19 deletions bkg/v2/BKG_v2.0.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ paths:
haulageChargesPaymentTermCode: COL
portChargesPaymentTermCode: PRE
otherChargesPaymentTermCode: PRE
contractQuotationReference: HHL1401
vessel:
name: MAERSK IOWA
vesselIMONumber: '9298686'
Expand Down Expand Up @@ -207,7 +206,6 @@ paths:
destinationChargesPaymentTerm:
haulageChargesPaymentTermCode: COL
portChargesPaymentTermCode: PRE
contractQuotationReference: HHL1401
vessel:
name: MAERSK IOWA
vesselIMONumber: '9298686'
Expand Down Expand Up @@ -282,7 +280,6 @@ paths:
destinationChargesPaymentTerm:
haulageChargesPaymentTermCode: COL
portChargesPaymentTermCode: PRE
contractQuotationReference: HHL1401
vessel:
name: MAERSK IOWA
vesselIMONumber: '9298686'
Expand Down Expand Up @@ -348,7 +345,6 @@ paths:
destinationChargesPaymentTerm:
haulageChargesPaymentTermCode: COL
portChargesPaymentTermCode: PRE
contractQuotationReference: HHL1401
vessel:
name: MAERSK IOWA
vesselIMONumber: '9298686'
Expand Down Expand Up @@ -645,7 +641,6 @@ paths:
haulageChargesPaymentTermCode: COL
portChargesPaymentTermCode: PRE
otherChargesPaymentTermCode: PRE
contractQuotationReference: HHL1401
vessel:
name: MAERSK IOWA
vesselIMONumber: '9298686'
Expand Down Expand Up @@ -713,7 +708,6 @@ paths:
haulageChargesPaymentTermCode: COL
portChargesPaymentTermCode: PRE
otherChargesPaymentTermCode: PRE
contractQuotationReference: HHL1401
vessel:
name: MAERSK IOWA
vesselIMONumber: '9298686'
Expand Down Expand Up @@ -788,7 +782,6 @@ paths:
destinationChargesPaymentTerm:
haulageChargesPaymentTermCode: COL
portChargesPaymentTermCode: PRE
contractQuotationReference: HHL1401
vessel:
name: MAERSK IOWA
vesselIMONumber: '9298686'
Expand Down Expand Up @@ -857,7 +850,6 @@ paths:
destinationChargesPaymentTerm:
haulageChargesPaymentTermCode: COL
portChargesPaymentTermCode: PRE
contractQuotationReference: HHL1401
vessel:
name: MAERSK IOWA
vesselIMONumber: '9298686'
Expand Down Expand Up @@ -1177,7 +1169,6 @@ paths:
haulageChargesPaymentTermCode: COL
portChargesPaymentTermCode: PRE
otherChargesPaymentTermCode: PRE
contractQuotationReference: HHL1401
vessel:
name: MAERSK IOWA
vesselIMONumber: '9298686'
Expand Down Expand Up @@ -1257,7 +1248,6 @@ paths:
haulageChargesPaymentTermCode: COL
portChargesPaymentTermCode: PRE
otherChargesPaymentTermCode: COL
contractQuotationReference: HHL1401
vessel:
name: MAERSK IOWA
vesselIMONumber: '9298686'
Expand Down Expand Up @@ -1865,7 +1855,6 @@ paths:
haulageChargesPaymentTermCode: COL
portChargesPaymentTermCode: PRE
otherChargesPaymentTermCode: PRE
contractQuotationReference: HHL1401
vessel:
name: MAERSK IOWA
vesselIMONumber: '9298686'
Expand Down Expand Up @@ -1975,7 +1964,6 @@ paths:
haulageChargesPaymentTermCode: COL
portChargesPaymentTermCode: PRE
otherChargesPaymentTermCode: COL
contractQuotationReference: HHL1401
vessel:
name: MAERSK IOWA
vesselIMONumber: '9298686'
Expand Down Expand Up @@ -2075,7 +2063,6 @@ paths:
haulageChargesPaymentTermCode: COL
portChargesPaymentTermCode: PRE
otherChargesPaymentTermCode: COL
contractQuotationReference: HHL1401
vessel:
name: MAERSK IOWA
vesselIMONumber: '9298686'
Expand Down Expand Up @@ -2935,7 +2922,7 @@ components:
description: |
Reference number for agreement between shipper and carrier, which optionally includes a certain minimum quantity commitment (usually referred as “MQC”) of cargo that the shipper commits to over a fixed period, and the carrier commits to a certain rate or rate schedule.

**Condition:** One of `serviceContractReference` or `contractQuotationReference` must be provided, but not both.
**Condition:** One of `serviceContractReference` or a "*quotationReference" (which can be `contractQuotationReference` or `extendedContractQuotationReference`) must be provided, but not both.
example: HHL51800000
freightPaymentTermCode:
type: string
Expand All @@ -2955,10 +2942,24 @@ components:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 35
deprecated: true
description: |
Information provided by the shipper to identify whether pricing for the shipment has been agreed via a contract or a quotation reference.

**Condition:** One of `contractQuotationReference` or `serviceContractReference` must be provided, but not both.
**Condition:** One of `serviceContractReference` or a "*quotationReference" (which can be `contractQuotationReference` or `extendedContractQuotationReference`) must be provided, but not both.

**DEPRECATED:** This property is not to be used any more, please use `extendedContractQuotationReference` instead. If both `contractQuotationReference` and `extendedContractQuotationReference` are provided then `extendedContractQuotationReference` takes precedence and `contractQuotationReference` must be ignored.
example: HHL1401
extendedContractQuotationReference:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 70
description: |
Information provided by the shipper to identify whether pricing for the shipment has been agreed via a contract or a quotation reference. The `extendedContractQuotationReference` supports up to 70 characters.

**Condition:** One of "quotationReference" (can be `contractQuotationReference` or `extendedContractQuotationReference`) or `serviceContractReference` must be provided, but not both.

**Note:** If both `contractQuotationReference` and `extendedContractQuotationReference` are provided then `extendedContractQuotationReference` takes precedence and `contractQuotationReference` must be ignored.
example: HHL1401
vessel:
$ref: '#/components/schemas/Vessel'
Expand Down Expand Up @@ -3326,7 +3327,7 @@ components:
description: |
Reference number for agreement between shipper and carrier, which optionally includes a certain minimum quantity commitment (usually referred as “MQC”) of cargo that the shipper commits to over a fixed period, and the carrier commits to a certain rate or rate schedule.

**Condition:** One of `serviceContractReference` or `contractQuotationReference` must be provided, but not both.
**Condition:** One of `serviceContractReference` or a "*quotationReference" (which can be `contractQuotationReference` or `extendedContractQuotationReference`) must be provided, but not both.
example: HHL51800000
freightPaymentTermCode:
type: string
Expand All @@ -3346,10 +3347,24 @@ components:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 35
deprecated: true
description: |
Information provided by the shipper to identify whether pricing for the shipment has been agreed via a contract or a quotation reference.

**Condition:** One of `contractQuotationReference` or `serviceContractReference` must be provided, but not both.
**Condition:** One of `serviceContractReference` or a "*quotationReference" (which can be `contractQuotationReference` or `extendedContractQuotationReference`) must be provided, but not both.

**DEPRECATED:** This property is not to be used any more, please use `extendedContractQuotationReference` instead. If both `contractQuotationReference` and `extendedContractQuotationReference` are provided then `extendedContractQuotationReference` takes precedence and `contractQuotationReference` must be ignored.
example: HHL1401
extendedContractQuotationReference:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 70
description: |
Information provided by the shipper to identify whether pricing for the shipment has been agreed via a contract or a quotation reference. The `extendedContractQuotationReference` supports up to 70 characters.

**Condition:** One of "quotationReference" (can be `contractQuotationReference` or `extendedContractQuotationReference`) or `serviceContractReference` must be provided, but not both.

**Note:** If both `contractQuotationReference` and `extendedContractQuotationReference` are provided then `extendedContractQuotationReference` takes precedence and `contractQuotationReference` must be ignored.
example: HHL1401
vessel:
$ref: '#/components/schemas/Vessel'
Expand Down Expand Up @@ -3783,7 +3798,7 @@ components:
description: |
Reference number for agreement between shipper and carrier, which optionally includes a certain minimum quantity commitment (usually referred as “MQC”) of cargo that the shipper commits to over a fixed period, and the carrier commits to a certain rate or rate schedule.

**Condition:** One of `serviceContractReference` or `contractQuotationReference` must be provided, but not both.
**Condition:** One of `serviceContractReference` or a "*quotationReference" (which can be `contractQuotationReference` or `extendedContractQuotationReference`) must be provided, but not both.
example: HHL51800000
freightPaymentTermCode:
type: string
Expand All @@ -3803,10 +3818,24 @@ components:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 35
deprecated: true
description: |
Information provided by the shipper to identify whether pricing for the shipment has been agreed via a contract or a quotation reference.

**Condition:** One of `contractQuotationReference` or `serviceContractReference` must be provided, but not both.
**Condition:** One of `serviceContractReference` or a "*quotationReference" (which can be `contractQuotationReference` or `extendedContractQuotationReference`) must be provided, but not both.

**DEPRECATED:** This property is not to be used any more, please use `extendedContractQuotationReference` instead. If both `contractQuotationReference` and `extendedContractQuotationReference` are provided then `extendedContractQuotationReference` takes precedence and `contractQuotationReference` must be ignored.
example: HHL1401
extendedContractQuotationReference:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 70
description: |
Information provided by the shipper to identify whether pricing for the shipment has been agreed via a contract or a quotation reference. The `extendedContractQuotationReference` supports up to 70 characters.

**Condition:** One of "quotationReference" (can be `contractQuotationReference` or `extendedContractQuotationReference`) or `serviceContractReference` must be provided, but not both.

**Note:** If both `contractQuotationReference` and `extendedContractQuotationReference` are provided then `extendedContractQuotationReference` takes precedence and `contractQuotationReference` must be ignored.
example: HHL1401
vessel:
$ref: '#/components/schemas/Vessel'
Expand Down
12 changes: 12 additions & 0 deletions ebl/v3/EBL_v3.0.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10126,8 +10126,20 @@ components:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 35
deprecated: true
description: |
Information provided by the shipper to identify whether pricing for the shipment has been agreed via a contract or a quotation reference.

**DEPRECATED:** This property is not to be used any more, please use `extendedContractQuotationReference` instead. If both `contractQuotationReference` and `extendedContractQuotationReference` are provided then `extendedContractQuotationReference` takes precedence and `contractQuotationReference` must be ignored.
example: HHL1401
extendedContractQuotationReference:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 70
description: |
Information provided by the shipper to identify whether pricing for the shipment has been agreed via a contract or a quotation reference. The `extendedContractQuotationReference` supports up to 70 characters.

**Note:** If both `contractQuotationReference` and `extendedContractQuotationReference` are provided then `extendedContractQuotationReference` takes precedence and `contractQuotationReference` must be ignored.
example: HHL1401
declaredValue:
type: number
Expand Down
12 changes: 12 additions & 0 deletions ebl/v3/issuance/EBL_ISS_v3.0.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -999,8 +999,20 @@ components:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 35
deprecated: true
description: |
Information provided by the shipper to identify whether pricing for the shipment has been agreed via a contract or a quotation reference.

**DEPRECATED:** This property is not to be used any more, please use `extendedContractQuotationReference` instead. If both `contractQuotationReference` and `extendedContractQuotationReference` are provided then `extendedContractQuotationReference` takes precedence and `contractQuotationReference` must be ignored.
example: HHL1401
extendedContractQuotationReference:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 70
description: |
Information provided by the shipper to identify whether pricing for the shipment has been agreed via a contract or a quotation reference. The `extendedContractQuotationReference` supports up to 70 characters.

**Note:** If both `contractQuotationReference` and `extendedContractQuotationReference` are provided then `extendedContractQuotationReference` takes precedence and `contractQuotationReference` must be ignored.
example: HHL1401
declaredValue:
type: number
Expand Down
12 changes: 12 additions & 0 deletions pint/v3/EBL_PINT_v3.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1755,8 +1755,20 @@ components:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 35
deprecated: true
description: |
Information provided by the shipper to identify whether pricing for the shipment has been agreed via a contract or a quotation reference.

**DEPRECATED:** This property is not to be used any more, please use `extendedContractQuotationReference` instead. If both `contractQuotationReference` and `extendedContractQuotationReference` are provided then `extendedContractQuotationReference` takes precedence and `contractQuotationReference` must be ignored.
example: HHL1401
extendedContractQuotationReference:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 70
description: |
Information provided by the shipper to identify whether pricing for the shipment has been agreed via a contract or a quotation reference. The `extendedContractQuotationReference` supports up to 70 characters.

**Note:** If both `contractQuotationReference` and `extendedContractQuotationReference` are provided then `extendedContractQuotationReference` takes precedence and `contractQuotationReference` must be ignored.
example: HHL1401
declaredValue:
type: number
Expand Down
Loading