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/hooks/_rms.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
456 B
YAML
Raw Normal View History

# yaml-language-server: $schema=http://json-schema.org/draft-07/schema
2022-03-28 10:32:28 +02:00
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
# SPDX-License-Identifier: Apache-2.0
---
2021-12-06 09:25:55 +01:00
allOf:
- $ref: ../hook_obj.yaml
2021-12-06 09:25:55 +01:00
- $ref: rms.yaml
2022-03-28 10:32:28 +02:00
- type: object
required:
- window_size
properties:
window_size:
type: integer
min: 1
example: 1000
description: The number of samples in the window.