mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
fixed multiple of issue on weight by adding multipleOfPrecision (#1069)
This commit is contained in:
parent
61e537a1c1
commit
f16575d8bd
@ -605,7 +605,7 @@
|
||||
"value": {
|
||||
"type": "number",
|
||||
"minimum": 0,
|
||||
"multipleOf": 0.01
|
||||
"multipleOfPrecision": 0.01
|
||||
},
|
||||
"unit": {
|
||||
"type": "string",
|
||||
|
Loading…
Reference in New Issue
Block a user