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

13 lines
233 B
YAML
Raw Normal View History

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.