{
  "id": "moderation-example",
  "name": "OpenAI Moderation",
  "logo": "/img/moderation-logo.png",
  "description": "Example of a plugin to moderate content with OpenAI.",
  "hooks": ["validate", "add_metadata"],
  "visible": false,
  "variables": [
    {
      "name": "OpenAI Secret Key",
      "description": "The secret key that will be used by this plugin when communicating with OpenAI.",
      "id": "secret_key"
    },
    {
      "name": "OpenAI Organization Key",
      "description": "The organization key that will be used by this plugin when communicating with OpenAI.",
      "id": "secret_key"
    }
  ]
}
