Closes #881: Add support for 0.5U heights

This commit is contained in:
jeremystretch
2022-08-18 09:23:52 -04:00
parent 66c75604d6
commit 6f1fa04a74
3 changed files with 10 additions and 7 deletions

View File

@@ -15,7 +15,9 @@
"type": "string"
},
"u_height": {
"type": "integer"
"type": "number",
"minimum": 0,
"multipleOf": 0.5
},
"is_full_depth": {
"type": "boolean"