mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 17:14:31 +01:00
14 lines
276 B
JSON
14 lines
276 B
JSON
{
|
|
"type": "object",
|
|
"$id": "urn:devicetype-library:reusable",
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"additionalProperties": false,
|
|
"definitions": {
|
|
"weight": {
|
|
"type": "number",
|
|
"minimum": 0,
|
|
"multipleOf": 0.01
|
|
}
|
|
}
|
|
}
|