{
  "_meta": {
    "max_pages": 1,
    "instructions": "This is a 1-page resume (~3200 chars). Do NOT change the JSON schema structure. Only modify text content within existing fields. You may add or remove items within arrays (e.g., skills items, project entries) but never rename keys. Use **bold** for emphasis within bullet text (e.g., **reduced latency by 40%**). Supported section types: summary, skills, experience, projects, education. Contact links render as clickable hyperlinks in the PDF."
  },
  "pdf_name": "John_Doe_Resume.pdf",
  "name": "John Doe",
  "subtitle": "Full Stack Developer | React, Node.js, TypeScript, AWS",
  "contact": {
    "location": "San Francisco, CA",
    "phone": "+1-555-123-4567",
    "email": "john.doe@example.com",
    "links": [
      { "label": "Portfolio", "url": "https://example.com/portfolio" },
      { "label": "LinkedIn", "url": "https://example.com/in/johndoe" },
      { "label": "GitHub", "url": "https://example.com/github/johndoe" }
    ]
  },
  "sections": [
    {
      "title": "PROFESSIONAL SUMMARY",
      "type": "summary",
      "content": "Full Stack Developer with 3 years of experience building modern web applications using React, Node.js, and TypeScript. Passionate about clean architecture, performance optimization, and delivering exceptional user experiences. Experienced in cloud deployment with AWS and CI/CD automation."
    },
    {
      "title": "TECHNICAL SKILLS",
      "type": "skills",
      "items": [
        { "category": "Languages", "skills": "TypeScript, JavaScript (ES6+), Python, SQL." },
        { "category": "Frontend", "skills": "React.js, Next.js, HTML5, CSS3, Tailwind CSS, Redux." },
        { "category": "Backend", "skills": "Node.js, Express.js, REST APIs, GraphQL." },
        { "category": "Databases", "skills": "PostgreSQL, MongoDB, Redis." },
        { "category": "DevOps & Cloud", "skills": "AWS (S3, EC2, Lambda), Docker, GitHub Actions, Vercel." },
        { "category": "Tools", "skills": "Git, Jira, Figma, Postman, VS Code." }
      ]
    },
    {
      "title": "PROFESSIONAL EXPERIENCE",
      "type": "experience",
      "positions": [
        {
          "company": "TechCorp Inc.",
          "role": "Full Stack Developer",
          "location": "San Francisco, CA",
          "dates": "Jan 2023 – Present",
          "description": "Building and maintaining customer-facing web applications serving 50K+ monthly active users.",
          "projects": [
            {
              "name": "E-Commerce Dashboard",
              "bullet": "Designed and implemented a React-based analytics dashboard with real-time data visualization using Chart.js and WebSocket connections, **reducing merchant decision-making time by 35%**."
            },
            {
              "name": "API Gateway Migration",
              "bullet": "Led the migration from a monolithic Express.js API to a microservices architecture using Node.js and Docker, **improving API response times by 45%** and enabling independent deployment cycles."
            }
          ]
        },
        {
          "company": "StartupXYZ",
          "role": "Junior Developer",
          "location": "Remote",
          "dates": "Jun 2021 – Dec 2022",
          "description": "Contributed to frontend and backend development of a SaaS platform for project management.",
          "projects": [
            {
              "name": "Task Management Module",
              "bullet": "Built a drag-and-drop task board using React DnD and integrated it with a PostgreSQL backend via RESTful APIs, **adopted by 200+ teams** within the first quarter of launch."
            },
            {
              "name": "Authentication System",
              "bullet": "Implemented OAuth 2.0 and JWT-based authentication with role-based access control (RBAC), securing all API endpoints and **eliminating 100% of unauthorized access incidents**."
            }
          ]
        }
      ]
    },
    {
      "title": "PERSONAL PROJECTS",
      "type": "projects",
      "items": [
        {
          "name": "WeatherNow",
          "tag": "Web App",
          "links": [
            { "label": "Live Demo", "url": "https://weathernow.example.com" },
            { "label": "GitHub", "url": "https://github.com/johndoe/weathernow" }
          ],
          "description": "Built a responsive weather dashboard using Next.js and the OpenWeather API with geolocation support and 7-day forecasts."
        }
      ]
    },
    {
      "title": "EDUCATION",
      "type": "education",
      "items": [
        {
          "degree": "Bachelor of Science in Computer Science",
          "institution": "University of California, Berkeley",
          "years": "2017 - 2021"
        }
      ]
    }
  ]
}
