{
  "grouping": {
    "data_type": "grouping",
    "name": [
      "personal",
      "professional",
      "basic_info",
      "additional_info",
      "work_info",
      "contactInfo"
    ],
    "label": {
      "en": [
        "Personal",
        "Professional",
        "Basic Information",
        "Additional Information",
        "Work Information",
        "Contact Information"
      ],
      "th": [
        "ข้อมูลส่วนตัว",
        "ข้อมูลวิชาชีพ",
        "ข้อมูลพื้นฐาน",
        "ข้อมูลเพิ่มเติม",
        "ข้อมูลการทำงาน",
        "ข้อมูลการติดต่อ"
      ]
    },
    "type": [
      "segment",
      "segment",
      "section",
      "section",
      "section",
      "section"
    ]
  },
  "basic_info": {
    "data_type": "section",
    "type": "section",
    "label": {
      "en": "Basic Information",
      "th": "ข้อมูลพื้นฐาน"
    }
  },
  "additional_info": {
    "data_type": "section",
    "type": "section",
    "label": {
      "en": "Additional Information",
      "th": "ข้อมูลเพิ่มเติม"
    }
  },
  "work_info": {
    "data_type": "section",
    "type": "section",
    "label": {
      "en": "Work Information",
      "th": "ข้อมูลการทำงาน"
    }
  },
  "contactInfo": {
    "data_type": "section",
    "type": "section",
    "label": {
      "en": "Contact Information",
      "th": "ข้อมูลการติดต่อ"
    }
  },
  "full_name": {
    "data_type": "string",
    "type": "field",
    "label": {
      "en": "Full Name",
      "th": "ชื่อเต็ม"
    },
    "value": "nmnmgfgfgww",
    "required": true,
    "score": 1,
    "weight": 1,
    "segment": [
      "personal"
    ],
    "section": "basic_info"
  },
  "email": {
    "data_type": "string",
    "type": "field",
    "label": {
      "en": "Email",
      "th": "อีเมล"
    },
    "value": "alice.smith@scom",
    "required": true,
    "score": 1,
    "weight": 1,
    "segment": [
      "personal"
    ],
    "section": "basic_info"
  },
  "age": {
    "data_type": "number",
    "type": "field",
    "label": {
      "en": "Age",
      "th": "อายุ"
    },
    "value": 1,
    "required": false,
    "score": 1,
    "weight": 1,
    "segment": [
      "personal"
    ],
    "section": "basic_info"
  },
  "country": {
    "data_type": "select",
    "type": "field",
    "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",
    "type": "field",
    "label": {
      "en": "Biography",
      "th": "ประวัติส่วนตัว"
    },
    "value": "Passionate about technology and innovation. Enjoys hiking and reading in free time.",
    "required": false,
    "score": 1,
    "weight": 1,
    "segment": [
      "personal"
    ],
    "section": "additional_info"
  },
  "skills": {
    "data_type": "checkbox",
    "type": "field",
    "label": {
      "en": "Skills",
      "th": "Tทักษะ"
    },
    "value": [],
    "options": {
      "en": [
        "Programming",
        "Design",
        "Project Management",
        "Communication"
      ],
      "th": [
        "การเขียนโปรแกรม",
        "การออกแบบ",
        "การจัดการโครงการ",
        "การสื่อสาร"
      ]
    },
    "required": false,
    "score": 1,
    "weights": [
      1,
      0.5,
      1,
      0.5
    ],
    "segment": [
      "professional"
    ],
    "section": "work_info"
  },
  "preferredContact": {
  "data_type": "radiotext",
  "type": "field",
  "label": {
    "en": "Preferred contact method",
    "th": "วิธีการติดต่อที่ต้องการ"
  },
  "options": {
    "en": ["Email", "Phone", "Other"],
    "th": ["อีเมล", "โทรศัพท์", "อื่นๆ"]
  },
  "section": "contactInfo",
  "segment": ["personal"],
  "required": true,
  "score": 1,
  "weights": [1, 1, 1],
  "value": {
    "radio": null,
    "text": ""
  }
},
  "experience": {
    "data_type": "radio",
    "type": "field",
    "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"
  }
}