{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WeChatPayDetails", "title": "WeChat Pay", "additionalProperties": false, "properties": { "checkoutAttemptId": { "x-addedInVersion": "68", "description": "The checkout attempt identifier.", "type": "string" }, "type": { "default": "wechatpay", "description": "**wechatpay**", "enum": [ "wechatpay", "wechatpay_pos" ], "type": "string" } }, "type": "object" }