CartesBancairesInfo schema from Adyen API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-cartes-bancaires-info-schema.json", "title": "CartesBancairesInfo", "description": "CartesBancairesInfo schema from Adyen API", "type": "object", "properties": { "siret": { "description": "Cartes Bancaires SIRET. Format: 14 digits.", "type": "string" }, "transactionDescription": { "description": "Information regarding the transaction description.", "$ref": "#/components/schemas/TransactionDescriptionInfo" } }, "required": [ "siret" ] }