mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00
19 lines
654 B
YAML
19 lines
654 B
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
|
|
---
|
|
allOf:
|
|
- type: object
|
|
properties:
|
|
output:
|
|
type: string
|
|
default: '/dev/stdout'
|
|
description: An optional path to a file to which the samples processed by this hook will be written to.
|
|
format:
|
|
$ref: ../format_spec.yaml
|
|
prefix:
|
|
type: string
|
|
default: ''
|
|
description: An optional prefix which will be prepended to each line written by this hook to the output
|
|
|
|
- $ref: ../hook.yaml
|