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/limit_rate.yaml

20 lines
449 B
YAML

# yaml-language-server: $schema=http://json-schema.org/draft-07/schema
---
allOf:
- $ref: common.yaml
- type: object
required:
- rate
properties:
rate:
type: number
description: The maximum sample rate in `1/s` before this hook will drop samples.
mode:
type: string
default: local
description: Timestamp which should be used for rate estimation.
enum:
- local
- received
- origin