{
  "cat.example": {
    "documentation": {
      "url": "https://www.elastic.co/guide/en/elasticsearch/plugins/current/plugin-authors.html",
      "description": "Example"
    },
    "stability" : "stable",
    "visibility" : "public",
    "headers":{
      "accept": [ "text/plain", "application/json"]
    },
    "url": {
      "paths": [
        {
          "path" : "/_cat/example",
          "methods" : ["GET"]
        }
      ]
    },
    "params": {
      "help": {
        "type": "boolean",
        "description": "Return help information",
        "default": false
      },
      "v": {
        "type": "boolean",
        "description": "Verbose mode. Display column headers",
        "default": true
      },
      "message": {
        "type": "string",
        "description": "A simple message that will be printed out in the response",
        "default": "Hello from Cat Example action"
      }
    },
    "body": null
  }
}
