mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00
13 lines
296 B
YAML
13 lines
296 B
YAML
![]() |
# yaml-language-server: $schema=http://json-schema.org/draft-07/schema
|
||
|
---
|
||
|
|
||
|
allOf:
|
||
|
- $ref: common.yaml
|
||
|
- $ref: multi.yaml
|
||
|
- type: object
|
||
|
properties:
|
||
|
precision:
|
||
|
type: number
|
||
|
default: 0.0
|
||
|
example: 100.5
|
||
|
description: The precision to which the singal should be rounded
|