{
  "profile": {
    "name": "Your Name",
    "title": "Your Professional Title",
    "contact": {
      "email": "you@example.com",
      "phone": "+66 00 000 0000",
      "location": "City, Country",
      "linkedin": "linkedin.com/in/your-profile",
      "github": "github.com/your-handle"
    },
    "summary": "Write a short professional summary that highlights your experience, strengths, and the kind of work you want to emphasize."
  },
  "skills": [
    {
      "category": "Languages",
      "items": ["TypeScript", "JavaScript"]
    },
    {
      "category": "Frontend",
      "items": ["React", "Next.js", "Tailwind CSS"]
    },
    {
      "category": "Backend",
      "items": ["Node.js", "Express"]
    }
  ],
  "experience": [
    {
      "company": "Company Name",
      "role": "Job Title",
      "period": "Jan 2023 - Present",
      "location": "City, Country",
      "highlights": [
        "Describe a key responsibility, project, or outcome in one concise bullet.",
        "Add measurable impact where possible, such as performance, revenue, or time saved."
      ]
    }
  ],
  "education": [
    {
      "school": "University or School Name",
      "degree": "Degree Name",
      "period": "Graduated 2024"
    }
  ],
  "languages": [
    {
      "name": "Thai",
      "level": "Native"
    },
    {
      "name": "English",
      "level": "Professional"
    }
  ]
}
