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

12 lines
233 B
YAML

allOf:
- $ref: ../hook_obj.yaml
- $ref: rms.yaml
- type: object
required:
- window_size
properties:
window_size:
type: integer
min: 1
example: 1000
description: The number of samples in the window.