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.

10 changes: 10 additions & 0 deletions bkg/v2/BKG_v2.0.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ paths:
temperatureSetpoint: 1
temperatureUnit: CEL
isVentilationOpen: true
ventilationOpeningPercentage: 25
isDrainholesOpen: false
isGeneratorSetRequired: true
commodities:
Expand Down Expand Up @@ -754,6 +755,7 @@ paths:
temperatureSetpoint: 2
temperatureUnit: CEL
isVentilationOpen: true
ventilationOpeningPercentage: 25
isDrainholesOpen: false
isGeneratorSetRequired: true
commodities:
Expand Down Expand Up @@ -4422,6 +4424,14 @@ components:
description: |
If `true` the ventilation orifice is `Open` - if `false` the ventilation orifice is `closed`
example: true
ventilationOpeningPercentage:
type: number
format: float
minimum: 0
maximum: 100
description: |
The requested physical opening of the Reefer container ventilation flap/orifice, expressed as a percentage from 0 (fully closed) to 100 (fully open).
example: 25
isDrainholesOpen:
type: boolean
description: |
Expand Down
8 changes: 8 additions & 0 deletions ebl/v3/EBL_v3.0.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9480,6 +9480,14 @@ components:
description: |
If `true` the ventilation orifice is `Open` - if `false` the ventilation orifice is `closed`
example: true
ventilationOpeningPercentage:
type: number
format: float
minimum: 0
maximum: 100
description: |
The requested physical opening of the Reefer container ventilation flap/orifice, expressed as a percentage from 0 (fully closed) to 100 (fully open).
example: 25
isDrainholesOpen:
type: boolean
description: |
Expand Down
8 changes: 8 additions & 0 deletions ebl/v3/issuance/EBL_ISS_v3.0.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2530,6 +2530,14 @@ components:
description: |
If `true` the ventilation orifice is `Open` - if `false` the ventilation orifice is `closed`
example: true
ventilationOpeningPercentage:
type: number
format: float
minimum: 0
maximum: 100
description: |
The requested physical opening of the Reefer container ventilation flap/orifice, expressed as a percentage from 0 (fully closed) to 100 (fully open).
example: 25
isDrainholesOpen:
type: boolean
description: |
Expand Down
8 changes: 8 additions & 0 deletions pint/v3/EBL_PINT_v3.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3188,6 +3188,14 @@ components:
description: |
If `true` the ventilation orifice is `Open` - if `false` the ventilation orifice is `closed`
example: true
ventilationOpeningPercentage:
type: number
format: float
minimum: 0
maximum: 100
description: |
The requested physical opening of the Reefer container ventilation flap/orifice, expressed as a percentage from 0 (fully closed) to 100 (fully open).
example: 25
isDrainholesOpen:
type: boolean
description: |
Expand Down
Loading