mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 17:14:31 +01:00
11 lines
170 B
JSON
11 lines
170 B
JSON
{
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"definitions": {
|
|
"weight": {
|
|
"type": "number",
|
|
"minimum": 0,
|
|
"multipleOf": 0.01
|
|
}
|
|
}
|
|
} |