{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "/donate/afdian.json",
  "description": "\"Afdian.net\" donate button configurations",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "const": "afdian"
    },
    "url": {
      "type": "string",
      "description": "URL to the \"Afdian.net\" personal page"
    }
  },
  "required": ["type", "url"]
}
