{
  "openapi": "3.0.0",
  "info": {
    "title": "Stree Neurology Center Kathmandu API",
    "description": "API for accessing neurologist information and neurology services in Kathmandu, Nepal. Dr. Jitendra Prasad Yadav (MBBS, MD Internal Medicine, FICN Neurology, NMC-8029) provides comprehensive neurology care.",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://clinicstree.com"
    }
  ],
  "paths": {
    "/neurology-ai-knowledge.json": {
      "get": {
        "summary": "Get comprehensive neurology knowledge and doctor information",
        "description": "Returns structured neurology knowledge including Dr. Jitendra Prasad Yadav's expertise, neurological conditions treated, diagnostic services (EEG, NCS, EMG), and medical entity data for AI consumption",
        "operationId": "getNeurologyKnowledge",
        "responses": {
          "200": {
            "description": "Neurology knowledge data",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/doctors/dr-jitendra-prasad-yadav": {
      "get": {
        "summary": "Get Dr. Jitendra Prasad Yadav's profile",
        "description": "Returns detailed profile of Dr. Jitendra Prasad Yadav, Consultant Neurologist with 15+ years experience in stroke, epilepsy, Parkinson's disease, peripheral neuropathy, migraine, vertigo, multiple sclerosis, and dementia treatment",
        "operationId": "getDrJitendraProfile",
        "responses": {
          "200": {
            "description": "Doctor profile page",
            "content": {
              "text/html": {}
            }
          }
        }
      }
    }
  }
}