1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
VILLASnode/doc/openapi/components/schemas/config/nodes/iec61850-8-1.yaml
Steffen Vogel 0735eb0f89 Make project REUSE compliant
And various other cleanups and harmonizations

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-09-07 11:16:04 +02:00

86 lines
2.1 KiB
YAML

# yaml-language-server: $schema=http://json-schema.org/draft-07/schema
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
# SPDX-License-Identifier: Apache-2.0
---
allOf:
- $ref: ../node.yaml
- type: object
properties:
in:
type: object
properties:
signals:
$ref: ./signals/iec61850_goose_subscriber_signal.yaml
interface:
type: string
with_timestamp:
type: boolean
subscribers:
type: object
additionalProperties:
type: object
required:
- go_cb_ref
properties:
go_cb_ref:
type: string
dst_address:
type: string
app_id:
type: integer
trigger:
type: string
enum:
- always
- change
default: always
out:
type: object
properties:
signals:
$ref: ../signal_list.yaml
resend_interval:
type: number
default: 1
description: |
Time interval for periodic resend of last sample in floating point seconds.
interface:
type: string
default: localhost
description: |
Name of the ethernet interface to send on.
publishers:
type: array
items:
type: object
properties:
go_id:
type: string
go_cb_ref:
type: string
data_set_ref:
type: string
dst_address:
type: string
app_id:
type: integer
conf_rev:
type: integer
time_allowed_to_live:
type: integer
burst:
type: integer
data:
type: array
items:
$ref: ./signals/iec61850_goose_publisher_data.yaml