{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "/comment/facebook.json",
  "description": "Facebook comment plugin configurations",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "const": "facebook"
    }
  },
  "required": ["type"]
}
