Adding generated schema in preperation of PR for [NetBox Issue 10030](https://github.com/netbox-community/netbox/issues/10030) (#1525)
This commit is contained in:
@@ -11,18 +11,10 @@
|
||||
"type": "string"
|
||||
},
|
||||
"weight": {
|
||||
"type": "number",
|
||||
"minimum": 0,
|
||||
"multipleOf": 0.01
|
||||
"$ref": "static.json#/definitions/weight"
|
||||
},
|
||||
"weight_unit": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"kg",
|
||||
"g",
|
||||
"lb",
|
||||
"oz"
|
||||
]
|
||||
"$ref": "static.json#/definitions/weight_unit"
|
||||
},
|
||||
"console-ports": {
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user