{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RequestActivationResponse", "title": "RequestActivationResponse", "properties": { "companyId": { "description": "The unique identifier of the company account.", "type": "string" }, "merchantId": { "description": "The unique identifier of the merchant account you requested to activate.", "type": "string" } }, "type": "object" }