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