{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-enable-service-response-schema.json", "title": "EnableServiceResponse", "description": "It conveys the result of the Enable Service processing. Content of the Enable Service Response message.", "type": "object", "properties": { "Response": { "$ref": "#/components/schemas/Response" } }, "required": [ "Response" ] }