{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CrmIntegrationRegistrationResponse", "title": "CrmIntegrationRegistrationResponse", "type": "object", "properties": { "requestId": { "type": "string", "description": "A unique identifier for the request." }, "integrationId": { "type": "string", "description": "The registered integration ID." } } }