hexo-theme-amane/include/schema/donate/alipay.json

20 lines
461 B
JSON
Raw Normal View History

2019-12-24 23:05:37 +00:00
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/donate/alipay.json",
"description": "Alipay donate button configurations",
"type": "object",
"properties": {
"type": {
"type": "string",
"const": "alipay"
},
"qrcode": {
"type": "string",
"description": "Alipay qrcode image URL"
}
},
"required": [
"type",
"qrcode"
]
}