{
  "id": "pattern-unauthenticated-webhook",
  "name": "Synthetic pattern - unauthenticated webhook",
  "active": false,
  "nodes": [
    {
      "id": "pattern-webhook",
      "name": "Public Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [0, 0],
      "parameters": {
        "httpMethod": "POST",
        "path": "synthetic-public-hook",
        "authentication": "none"
      }
    }
  ],
  "connections": {},
  "settings": {}
}
