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/hook_obj.yaml
Philipp Jungkamp 065de3ab6d hook-digest: Add hook for computing digests
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-09-19 19:07:22 +02:00

44 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
---
type: object
title: Hook Object
required:
- type
properties:
type:
type: string
discriminator:
propertyName: type
mapping:
average: hooks/_average.yaml
cast: hooks/_cast.yaml
decimate: hooks/_decimate.yaml
digest: hooks/_digest.yaml
dp: hooks/_dp.yaml
drop: hooks/_drop.yaml
dump: hooks/_dump.yaml
ebm: hooks/_ebm.yaml
fix: hooks/_fix.yaml
gate: hooks/_gate.yaml
jitter_calc: hooks/_jitter_calc.yaml
limit_rate: hooks/_limit_rate.yaml
limit_value: hooks/_limit_value.yaml
lua: hooks/_lua.yaml
ma: hooks/_ma.yaml
pmu_dft: hooks/_pmu_dft.yaml
pps_ts: hooks/_pps_ts.yaml
print: hooks/_print.yaml
reorder_ts: hooks/_reorder_ts.yaml
restart: hooks/_restart.yaml
rms: hooks/_rms.yaml
round: hooks/_round.yaml
scale: hooks/_scale.yaml
shift_seq: hooks/_shift_seq.yaml
shift_ts: hooks/_shift_ts.yaml
skip_first: hooks/_skip_first.yaml
stats: hooks/_stats.yaml
ts: hooks/_ts.yaml