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

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

45 lines
1.2 KiB
YAML
Raw Permalink Normal View History

2021-12-06 09:25:55 +01:00
# 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
2022-01-10 17:52:36 +01:00
---
2021-12-06 09:25:55 +01:00
type: object
title: Hook Object
2021-12-06 09:25:55 +01:00
required:
- type
2021-12-06 09:25:55 +01:00
properties:
type:
type: string
2021-12-06 09:25:55 +01:00
discriminator:
propertyName: type
mapping:
average: hooks/_average.yaml
cast: hooks/_cast.yaml
decimate: hooks/_decimate.yaml
digest: hooks/_digest.yaml
2021-12-06 09:25:55 +01:00
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
2021-12-06 09:25:55 +01:00
restart: hooks/_restart.yaml
rms: hooks/_rms.yaml
2022-03-23 10:02:22 +01:00
round: hooks/_round.yaml
2021-12-06 09:25:55 +01:00
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