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.

11 changes: 11 additions & 0 deletions ovs/v3/OVS_v3.0.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,17 @@ components:
description: |
Free text field to provide information as to why the `TransportEvent` was sent.
example: Bad weather
facilityTypeCode:
type: string
maxLength: 4
default: BRTH
description: |
The code to identify the specific type of facility. The following values are supported:
- `PBPL` (Pilot Boarding Place)
- `BRTH` (Berth)

If no value is provided, `BRTH` is the default value.
example: BRTH
Comment thread
qodo-code-review[bot] marked this conversation as resolved.
required:
- eventClassifierCode
- eventDateTime
Expand Down
Loading