Skip to content

Commit 5c9b52f

Browse files
fix(doc): Fix broken OpenAPI spec for opal.orchestra node-type
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
1 parent 583d06a commit 5c9b52f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

doc/openapi/components/schemas/config/nodes/opal_orchestra.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ allOf:
2727
The path to the DDF file that describes the data exchanged in the specified domain.
2828
2929
connect_timeout:
30-
$ref: ../../duration.yaml
30+
$ref: ../duration.yaml
3131
default: 5s
3232
description: >-
3333
The duration after which a failed connection attempt times out.
3434
3535
flag_delay:
36-
$ref: ../../duration.yaml
36+
$ref: ../duration.yaml
3737
default: 0s
3838
description: >-
3939
Forces the local Orchestra communication to be made with flags instead of semaphores when using an external communication process.
4040
Flags are recommended for better performance: they are faster but also more CPU-consuming.
4141
4242
flag_delay_tool:
43-
$ref: ../../duration.yaml
43+
$ref: ../duration.yaml
4444
description: >-
4545
Forces the local Orchestra communication to be made with flags instead of semaphores when using an external communication process.
4646
Flags are recommended for better performance: they are faster but also more CPU-consuming.

doc/openapi/components/schemas/config/nodes/opal_orchestra_connection.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ properties:
1313
discriminator:
1414
propertyName: type
1515
mapping:
16-
local: opal_orchestra_connection_local.yaml
17-
remote: opal_orchestra_connection_remote.yaml
18-
dolphin: opal_orchestra_connection_dolphin.yaml
16+
local: ./opal_orchestra_connection_local.yaml
17+
remote: ./opal_orchestra_connection_remote.yaml
18+
dolphin: ./opal_orchestra_connection_dolphin.yaml

0 commit comments

Comments
 (0)