{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ManufacturerObject", "title": "ManufacturerObject", "type": "string", "enum": [ "CISCO", "THIRD_PARTY" ], "description": " * `CISCO` - Devices manufactured by Cisco.\n * `THIRD_PARTY` - Devices manufactured by a third-party that are approved by a Cisco account manager to be enabled for provisioning in the control hub.\n" }