{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/transfer-webhooks-internal-category-data-structure.json", "description": "InternalCategoryData schema from Adyen API", "type": "object", "properties": { "modificationMerchantReference": { "x-addedInVersion": "4", "description": "The capture's merchant reference included in the transfer.", "type": "string" }, "modificationPspReference": { "x-addedInVersion": "4", "description": "The capture reference included in the transfer.", "type": "string" }, "type": { "default": "internal", "description": "**internal**", "enum": [ "internal" ], "type": "string" } }, "additionalProperties": false, "name": "InternalCategoryData" }