Closes #881: Add support for 0.5U heights
This commit is contained in:
@@ -15,7 +15,9 @@
|
||||
"type": "string"
|
||||
},
|
||||
"u_height": {
|
||||
"type": "integer"
|
||||
"type": "number",
|
||||
"minimum": 0,
|
||||
"multipleOf": 0.5
|
||||
},
|
||||
"is_full_depth": {
|
||||
"type": "boolean"
|
||||
|
||||
Reference in New Issue
Block a user