{
  "version": "1.0",
  "site": "https://alpha-runclub.in",
  "actions": [
    {
      "id": "initiate-registration",
      "name": "Initiate Alpha Registration",
      "description": "Begin the Alpha Run Club registration process by verifying your email address.",
      "method": "declarative",
      "endpoint": "/",
      "parameters": {
        "required": ["email", "password"]
      }
    },
    {
      "id": "complete-profile",
      "name": "Complete Athlete Profile",
      "description": "Complete your athlete profile with handle, contact number, and other details.",
      "method": "declarative",
      "endpoint": "/",
      "parameters": {
        "required": ["handle", "mobile", "bloodGroup", "birthDate", "area"]
      }
    },
    {
      "id": "member-login",
      "name": "Member Login",
      "description": "Login to the Alpha Run Club Member Portal.",
      "method": "declarative",
      "endpoint": "/",
      "parameters": {
        "required": ["email", "password"]
      }
    }
  ]
}
