{
  "schema_version": "1.0",
  "name": "Classic Vision Care",
  "canonical_origin": "https://classicvisioncare.com",
  "description": "Optometry clinic with two locations in Kennesaw and East Cobb/Marietta, Georgia. Comprehensive eye exams, dry eye treatment, myopia control, and eyewear.",
  "supported_locales": ["en-US"],
  "discovery": {
    "truth_layer": "https://classicvisioncare.com/truth-layer",
    "llms_txt": "https://classicvisioncare.com/llms.txt",
    "llms_full_txt": "https://classicvisioncare.com/llms-full.txt",
    "openapi": "https://classicvisioncare.com/.well-known/openapi.json",
    "security": "https://classicvisioncare.com/.well-known/security.txt",
    "sitemap": "https://classicvisioncare.com/sitemap.xml",
    "changelog": "https://classicvisioncare.com/CHANGELOG.md"
  },
  "data_endpoints": {
    "truth_layer": "https://classicvisioncare.com/data/truth-layer.v1.json",
    "appointment_routing": "https://classicvisioncare.com/data/appointment-routing-guide.v1.json",
    "location_capabilities": "https://classicvisioncare.com/data/location-capabilities.v1.json"
  },
  "human_handoff": {
    "primary_contact_page": "https://classicvisioncare.com/contact-us",
    "booking_page": "https://classicvisioncare.com/book-now",
    "phones": {
      "kennesaw": "(770) 499-2020",
      "east_cobb": "(678) 560-8065"
    }
  },
  "primary_tasks": [
    {
      "task": "book_appointment",
      "method": "GET",
      "entry_point": "https://classicvisioncare.com/book-now",
      "notes": "Booking form. Use query param location=kennesaw or location=eastcobb when the patient's preferred location is known."
    },
    {
      "task": "contact_request",
      "method": "POST",
      "entry_point": "https://classicvisioncare.com/api/contact",
      "openapi": "https://classicvisioncare.com/.well-known/openapi.json",
      "notes": "Submit a non-emergency contact request. Requires name and valid email. Accepts JSON or form-urlencoded."
    },
    {
      "task": "get_locations",
      "method": "GET",
      "entry_point": "https://classicvisioncare.com/our-locations",
      "notes": "Lists both clinic locations with addresses, phone numbers, and hours."
    },
    {
      "task": "get_services",
      "method": "GET",
      "entry_point": "https://classicvisioncare.com/eye-care-services",
      "notes": "Overview of all eye care services offered."
    },
    {
      "task": "get_insurance",
      "method": "GET",
      "entry_point": "https://classicvisioncare.com/insurance",
      "notes": "List of accepted insurance carriers and verification info."
    }
  ],
  "rate_limit_policy": {
    "contact_request": "10 requests per minute per IP; 429 returned when exceeded"
  },
  "privacy": {
    "hipaa_covered": true,
    "phi_policy": "Do not include patient names, insurance IDs, dates of birth, or medical records in any agent interaction."
  }
}
