{
  "version": "1.0",
  "site": "https://heavenofteeth.com",
  "actions": [
    {
      "id": "book-appointment",
      "name": "Book Appointment",
      "description": "Schedule a consultation appointment at Heaven of Teeth.",
      "method": "declarative",
      "endpoint": "/",
      "parameters": {
        "required": ["patient_name", "phone", "age", "date", "slot_id"]
      }
    }
  ]
}
