1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/doc/openapi/components/schemas/config/format.yaml

31 lines
699 B
YAML
Raw Normal View History

2021-11-18 12:10:36 +01:00
---
# yaml-language-server: $schema=http://json-schema.org/draft-07/schema
type: object
required:
- type
properties:
type:
type: string
discriminator:
propertyName: type
mapping:
csv: formats/csv.yaml
iotagent_ul: formats/iotagent_ul.yaml
json: formats/json.yaml
json.reserve: formats/json_reserve.yaml
json.kafka: formats/json_kafka.yaml
json.edgeflex: formats/json_edgeflex.yaml
gtnet: formats/gtnet.yaml
protobuf: formats/protobuf.yaml
raw: formats/raw.yaml
tsv: formats/tsv.yaml
value: formats/value.yaml
villas.binary: formats/villas_binary.yaml
villas.human: formats/villas_human.yaml
villas.web: formats/villas_web.yaml