mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Merge pull request #628 from VILLASframework/node-api-fix-doc
api: fix OpenAPI docs
This commit is contained in:
commit
f9286ec54a
2 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
---
|
||||
|
||||
allOf:
|
||||
- $ref: ../node_signals.yaml
|
||||
- $ref: ../node.yaml
|
||||
- type: object
|
||||
properties:
|
||||
|
|
|
@ -16,4 +16,4 @@ allOf:
|
|||
example: 5
|
||||
description: The channel input number of the device.
|
||||
|
||||
- ref: ../../signal.yaml
|
||||
- $ref: ../../signal.yaml
|
||||
|
|
Loading…
Add table
Reference in a new issue