1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

mqtt: fix OpenAPI spec

This commit is contained in:
Steffen Vogel 2022-03-28 11:14:02 +02:00
parent 646c711ca1
commit 2940026545

View file

@ -9,6 +9,20 @@ allOf:
format:
$ref: ../format_spec.yaml
in:
type: object
properties:
subscribe:
type: string
description: Topic to which this node subscribes.
out:
type: object
properties:
publish:
type: string
description: Topic to which this node publishes.
username:
type: string
description: The username which is used for authentication with the MQTT broker.