{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-request-activation-response-schema.json", "title": "RequestActivationResponse", "description": "RequestActivationResponse schema from Adyen API", "type": "object", "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" } } }