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