{
  "grouping": {
    "name": ["personal", "professional"],
    "label": {
      "en": ["Personal", "Professional"],
      "th": ["ข้อมูลส่วนตัว", "ข้อมูลวิชาชีพ"]
    },
    "type": ["segment", "segment"]
  },
  "basic_info": {
    "type": "section",
    "label": {
      "en": "Basic Information",
      "th": "ข้อมูลพื้นฐาน"
    },
    "segment": ["personal"]
  },
  "additional_info": {
    "type": "section",
    "label": {
      "en": "Additional Information",
      "th": "ข้อมูลเพิ่มเติม"
    },
    "segment": ["personal"]
  },
  "work_info": {
    "type": "section",
    "label": {
      "en": "Work Information",
      "th": "ข้อมูลการทำงาน"
    },
    "segment": ["professional"]
  },
  "full_name": {
    "data_type": "string",
    "label": {
      "en": "Full Name",
      "th": "ชื่อเต็ม"
    },
    "value": "aaaabbbbbbjjhh",
    "required": true,
    "score": 1,
    "segment": ["personal"],
    "section": "basic_info"
  },
  "email": {
    "data_type": "string",
    "label": {
      "en": "Email",
      "th": "อีเมล"
    },
    "value": "alice.smith@scom",
    "required": true,
    "score": 1,
    "segment": ["personal"],
    "section": "basic_info"
  },
  "age": {
    "data_type": "number",
    "label": {
      "en": "Age",
      "th": "อายุ"
    },
    "value": 1,
    "required": false,
    "score": 1,
    "segment": ["personal"],
    "section": "basic_info"
  },
  "country": {
    "data_type": "select",
    "label": {
      "en": "Country",
      "th": "ประเทศ"
    },
    "value": "Canada",
    "options": {
      "en": ["Select Country", "Canada", "USA", "UK", "Australia"],
      "th": ["เลือกประเทศ", "แคนาดา", "สหรัฐอเมริกา", "สหราชอาณาจักร", "ออสเตรเลีย"]
    },
    "required": true,
    "score": 1,
    "weights": [0, 1, 1, 1, 1],
    "segment": ["personal"],
    "section": "basic_info"
  },
  "bio": {
    "data_type": "textarea",
    "label": {
      "en": "Biography",
      "th": "ประวัติส่วนตัว"
    },
    "value": "Passionate about technology and innovation. Enjoys hiking and reading in free time.",
    "required": false,
    "score": 1,
    "segment": ["personal"],
    "section": "additional_info"
  },
  "skills": {
    "data_type": "checkbox",
    "label": {
      "en": "Skills",
      "th": "ทักษะ"
    },
    "value": [0],
    "options": {
      "en": ["Programming", "Design", "Project Management", "Communication"],
      "th": ["การเขียนโปรแกรม", "การออกแบบ", "การจัดการโครงการ", "การสื่อสาร"]
    },
    "required": false,
    "score": 1,
    "weights": [1, 0.5, 1, 0.5],
    "segment": ["professional"],
    "section": "work_info"
  },
  "profile_picture": {
    "data_type": "attachment",
    "label": {
      "en": "Profile Picture",
      "th": "รูปโปรไฟล์"
    },
    "value": "wqwqw,wqwqw,qwqwqw",
    "score": 2,
    "required": false,
    "segment": ["personal"],
    "section": "additional_info"
  },
  "experience": {
    "data_type": "radio",
    "label": {
      "en": "Years of Experience",
      "th": "ประสบการณ์การทำงาน (ปี)"
    },
    "value": 1,
    "options": {
      "en": ["0-2 years", "3-5 years", "6-10 years", "10+ years"],
      "th": ["0-2 ปี", "3-5 ปี", "6-10 ปี", "10+ ปี"]
    },
    "required": false,
    "score": 1,
    "weights": [0.5, 1, 1.5, 2],
    "segment": ["professional"],
    "section": "work_info"
  }
}