{
  "components": {
    "schemas": {
      "Error": {
        "properties": {
          "error": {
            "format": "int32",
            "type": "integer"
          },
          "message": {
            "type": "string"
          }
        },
        "required": ["error", "message"],
        "type": "object"
      }
    },
    "securitySchemes": {
      "bearerAuth": {
        "scheme": "bearer",
        "type": "http"
      }
    }
  },
  "info": {
    "description": "API documentation for Unhook webhook testing platform",
    "license": {
      "name": "MIT"
    },
    "title": "Unhook API",
    "version": "1.0.0"
  },
  "openapi": "3.1.0",
  "paths": {},
  "security": [
    {
      "bearerAuth": []
    }
  ],
  "servers": [
    {
      "url": "https://unhook.sh"
    }
  ],
  "webhooks": {}
}
