{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-generic-pm-with-tdi-info-schema.json", "title": "GenericPmWithTdiInfo", "description": "GenericPmWithTdiInfo schema from Adyen API", "type": "object", "properties": { "transactionDescription": { "description": "Information regarding the transaction description.", "$ref": "#/components/schemas/TransactionDescriptionInfo" } } }