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-9-2.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

61 lines
1.2 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:
- type: object
required:
- interface
properties:
in:
type: object
properties:
signals:
type: array
items:
$ref: ./signals/iec61850_signal.yaml
out:
type: object
required:
- signals
- svid
properties:
signals:
type: array
items:
$ref: ./signals/iec61850_signal.yaml
svid:
type: string
confrev:
type: integer
smpmod:
type: string
enum:
- per_nominal_period
- samples_per_second
- seconds_per_sample
smprate:
type: integer
vlan_id:
type: integer
vlan_priority:
type: integer
interface:
type: string
description: Name of network interface to/from which this node will publish/subscribe for SV frames.
app_id:
type: integer
dst_address:
type: string
- $ref: ../node.yaml