{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RepeatedResponseMessageBody", "title": "RepeatedResponseMessageBody", "type": "object", "properties": { "LoyaltyResponse": { "$ref": "#/components/schemas/LoyaltyResponse" }, "PaymentResponse": { "$ref": "#/components/schemas/PaymentResponse" }, "ReversalResponse": { "$ref": "#/components/schemas/ReversalResponse" }, "StoredValueResponse": { "$ref": "#/components/schemas/StoredValueResponse" }, "CardAcquisitionResponse": { "$ref": "#/components/schemas/CardAcquisitionResponse" }, "CardReaderAPDUResponse": { "$ref": "#/components/schemas/CardReaderAPDUResponse" } } }