{ "properties": { "company_connection_id": { "type": "string", "format": "uuid", "title": "company_connection_id", "description": "ID of the Company Connection." } }, "type": "object", "title": "CompanyConnect", "description": "This class defines the fields present in the `company_connect` object in\nthe link token.\n\nFor non-Company Connect link tokens, this field is optional. If the object\nis present, it indicates that the link token is a Company Connect link\ntoken.\n\nAttributes:\n company_connection_id (UUID): This field specifies the ID of the\n company connection. This ID is generated by Pinwheel. All Company\n Connect webhooks reference the connection by this ID, and all\n public CC API endpoints require this ID as well.", "x-tags": [ "Schemas" ], "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://schema.pinwheelapi.com/CompanyConnect.json" }