devicetype-library/schema/reusable.json

11 lines
170 B
JSON

{
"type": "object",
"additionalProperties": false,
"definitions": {
"weight": {
"type": "number",
"minimum": 0,
"multipleOf": 0.01
}
}
}