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
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ type: object
description: |
Configuration of the connection to the OPAL-RT Orchestra framework.
required:
- type
- type
properties:
type:
description: The type of connection to the OPAL-RT Orchestra framework.
type: string
discriminator:
propertyName: type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
---
type: object
required:
- node_id_framework
- segment_id
- node_id_framework
- segment_id
properties:
type:
description: The type of connection to the OPAL-RT Orchestra framework.
type: string

node_id_framework:
type: integer
min: 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@
---
type: object
properties:
type:
description: The type of connection to the OPAL-RT Orchestra framework.
type: string

extcomm:
type: string
default: none
enum:
- udp
- tcp
- none
- udp
- tcp
- none
description: Type of external communication protocol helper which should be started.

addr_framework:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
---
type: object
required:
- card
- pci_index
- card
- pci_index
properties:
type:
description: The type of connection to the OPAL-RT Orchestra framework.
type: string

card:
type: string
example: VMIPCI5565-64M
Expand Down