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": {
"device_type": {
"type": "string",
"title": "Device Type"
},
"connhex_id": {
"type": "string",
"title": "Connhex ID"
},
"pcb_part_number": {
"type": "string",
"title": "Pcb Part Number"
},
"fw_version": {
"type": "string",
"title": "FW Version"
},
"part_number": {
"type": "string",
"title": "Part Number"
},
"serial_number": {
"type": "string",
"title": "Serial Number"
},
"work_order": {
"type": "string",
"title": "Work Order"
},
"production_order": {
"type": "string",
"title": "production_order"
},
"pallet_id": {
"type": "string",
"title": "Pallet ID"
},
"package_id": {
"type": "string",
"title": "Package ID"
},
}
}

Authentication

Authorization Header: Authorization: Bearer <user_token>

Security Scheme Type:http
HTTP Authorization Scheme:bearer