mirror of
https://github.com/gsi-upm/senpy
synced 2025-10-23 03:38:20 +00:00
10 lines
233 B
JSON
10 lines
233 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"properties": {
|
|
"name": {"type": "string"},
|
|
"maxValue": {"type": "number"},
|
|
"minValue": {"type": "number"}
|
|
},
|
|
"required": ["name", "maxValue", "minValue"]
|
|
}
|