{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GenericPmWithTdiInfo", "title": "GenericPmWithTdiInfo", "properties": { "transactionDescription": { "description": "Information regarding the transaction description.", "$ref": "#/components/schemas/TransactionDescriptionInfo" } }, "type": "object" }