2022-02-11 22:22:59 +01:00
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"manufacturer": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"model": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"part_number": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
2023-03-09 16:49:38 +01:00
|
|
|
"weight": {
|
2023-08-02 21:12:52 +02:00
|
|
|
"$ref": "reusable.json#/definitions/weight"
|
2023-03-09 16:49:38 +01:00
|
|
|
},
|
|
|
|
"weight_unit": {
|
2023-08-02 21:12:52 +02:00
|
|
|
"$ref": "generated.json#/definitions/weight-unit"
|
2023-03-09 16:49:38 +01:00
|
|
|
},
|
2022-02-11 22:22:59 +01:00
|
|
|
"console-ports": {
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"$ref": "components.json#/definitions/console-port"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"console-server-ports": {
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"$ref": "components.json#/definitions/console-server-port"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"power-ports": {
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"$ref": "components.json#/definitions/power-port"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"power-outlets": {
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"$ref": "components.json#/definitions/power-outlet"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"interfaces": {
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"$ref": "components.json#/definitions/interface"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"front-ports": {
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"$ref": "components.json#/definitions/front-port"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"rear-ports": {
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"$ref": "components.json#/definitions/rear-port"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"comments": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": ["manufacturer", "model"],
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|