mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
add round.yaml for documentation
This commit is contained in:
parent
7fc87985a7
commit
1076d10c82
1 changed files with 13 additions and 0 deletions
13
doc/openapi/components/schemas/config/hooks/round.yaml
Normal file
13
doc/openapi/components/schemas/config/hooks/round.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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
|
Loading…
Add table
Reference in a new issue