{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/transfer-webhooks-relayed-authorisation-data-schema.json", "title": "RelayedAuthorisationData", "description": "RelayedAuthorisationData schema from Adyen API", "type": "object", "properties": { "metadata": { "x-addedInVersion": "3", "additionalProperties": { "type": "string" }, "description": "Contains key-value pairs of your references and descriptions, for example, `customId`:`your-own-custom-field-12345`.", "type": "object" }, "reference": { "x-addedInVersion": "3", "description": "Your reference for the relayed authorisation data.", "type": "string" } } }