Skip to main content
Version: 1.0.0

connhex-manufacturing

The following is the default ConnhexJSON Schema provided out ouf the box for Connhex Manufacturing:

Device

{
"$id": "https://connhex.com/device.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"deviceType": {
"type": "string",
"title": "Device Type"
},
"connhexId": {
"type": "string",
"title": "Connhex ID"
},
"pcbPartNumber": {
"type": "string",
"title": "Pcb Part Number"
},
"fwVersion": {
"type": "string",
"title": "FW Version"
},
"partNumber": {
"type": "string",
"title": "Part Number"
},
"serialNumber": {
"type": "string",
"title": "Serial Number"
},
"workOrder": {
"type": "string",
"title": "Work Order"
},
"productionOrder": {
"type": "string",
"title": "production_order"
},
"palletId": {
"type": "string",
"title": "Pallet ID"
},
"packageId": {
"type": "string",
"title": "Package ID"
},
}
}

Authentication

Authorization Header: Authorization: Bearer <user_token>

Security Scheme Type:http
HTTP Authorization Scheme:bearer