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