RepeatedMessageResponse schema from Adyen API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-repeated-message-response-schema.json", "title": "RepeatedMessageResponse", "description": "RepeatedMessageResponse schema from Adyen API", "type": "object", "properties": { "MessageHeader": { "$ref": "#/components/schemas/MessageHeader" }, "RepeatedResponseMessageBody": { "$ref": "#/components/schemas/RepeatedResponseMessageBody" } }, "required": [ "MessageHeader", "RepeatedResponseMessageBody" ] }