{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "/share/addtoany.json",
  "description": "Enable AddToAny share buttons\nhttps://www.addtoany.com/",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "const": "addtoany"
    }
  },
  "required": ["type"]
}
