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.

14 changes: 13 additions & 1 deletion bkg/v2/BKG_v2.0.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7000,9 +7000,21 @@ components:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 50
deprecated: true
description: |
Free text field describing the charge to apply
Free text field describing the charge to apply.

**DEPRECATED:** Because of backward compatibility it is required to provide a value in this property even though a value is provided in the `extendedChargeName` property. In case both properties are provided (`extendedChargeName` and `chargeName`) - `chargeName` must be ignored.
example: Documentation fee - Destination
extendedChargeName:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 100
description: |
Extended Free text field, now allowing up to 100 characters, describing the charge to apply.

**Note:** If `extendedChargeName` is provided - it always takes precedence over `chargeName` (which is a required property but must be ignored).
example: Special documentation fee - Destination
currencyAmount:
type: number
format: float
Expand Down
14 changes: 13 additions & 1 deletion ebl/v3/EBL_v3.0.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8751,9 +8751,21 @@ components:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 50
deprecated: true
description: |
Free text field describing the charge to apply
Free text field describing the charge to apply.

**DEPRECATED:** Because of backward compatibility it is required to provide a value in this property even though a value is provided in the `extendedChargeName` property. In case both properties are provided (`extendedChargeName` and `chargeName`) - `chargeName` must be ignored.
example: Documentation fee - Destination
extendedChargeName:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 100
description: |
Extended Free text field, now allowing up to 100 characters, describing the charge to apply.

**Note:** If `extendedChargeName` is provided - it always takes precedence over `chargeName` (which is a required property but must be ignored).
example: Special documentation fee - Destination
currencyAmount:
type: number
format: float
Expand Down
14 changes: 13 additions & 1 deletion ebl/v3/issuance/EBL_ISS_v3.0.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2809,9 +2809,21 @@ components:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 50
deprecated: true
description: |
Free text field describing the charge to apply
Free text field describing the charge to apply.

**DEPRECATED:** Because of backward compatibility it is required to provide a value in this property even though a value is provided in the `extendedChargeName` property. In case both properties are provided (`extendedChargeName` and `chargeName`) - `chargeName` must be ignored.
example: Documentation fee - Destination
extendedChargeName:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 100
description: |
Extended Free text field, now allowing up to 100 characters, describing the charge to apply.

**Note:** If `extendedChargeName` is provided - it always takes precedence over `chargeName` (which is a required property but must be ignored).
example: Special documentation fee - Destination
currencyAmount:
type: number
format: float
Expand Down
14 changes: 13 additions & 1 deletion pint/v3/EBL_PINT_v3.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3563,9 +3563,21 @@ components:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 50
deprecated: true
description: |
Free text field describing the charge to apply
Free text field describing the charge to apply.

**DEPRECATED:** Because of backward compatibility it is required to provide a value in this property even though a value is provided in the `extendedChargeName` property. In case both properties are provided (`extendedChargeName` and `chargeName`) - `chargeName` must be ignored.
example: Documentation fee - Destination
extendedChargeName:
type: string
pattern: ^\S(?:.*\S)?$
maxLength: 100
description: |
Extended Free text field, now allowing up to 100 characters, describing the charge to apply.

**Note:** If `extendedChargeName` is provided - it always takes precedence over `chargeName` (which is a required property but must be ignored).
example: Special documentation fee - Destination
currencyAmount:
type: number
format: float
Expand Down