mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00
18 lines
509 B
YAML
18 lines
509 B
YAML
# yaml-language-server: $schema=http://json-schema.org/draft-07/schema
|
|
---
|
|
|
|
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
|