{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SaleToIssuerData", "title": "SaleToIssuerData", "type": "object", "description": "The POI System receives this information and sends it to the Acquirer for the Issuer without any change. Sale information intended for the Issuer.", "properties": { "StatementReference": { "type": "string", "pattern": "^.+$", "description": "Information to print on the bank statement." } } }