{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-request-activation-response-structure.json", "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" } }, "name": "RequestActivationResponse" }