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:
Daniel W. Anner
2023-08-02 12:38:35 -04:00
committed by GitHub
parent 1f26abff57
commit 5d99d931c1
5 changed files with 513 additions and 432 deletions

View File

@@ -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",