WeChatPayDetails 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/checkout-we-chat-pay-details-schema.json", "title": "WeChatPayDetails", "description": "WeChatPayDetails schema from Adyen API", "type": "object", "properties": { "checkoutAttemptId": { "x-addedInVersion": "68", "description": "The checkout attempt identifier.", "type": "string" }, "type": { "default": "wechatpay", "description": "**wechatpay**", "enum": [ "wechatpay", "wechatpay_pos" ], "type": "string" } }, "additionalProperties": false }