section
Container field that groups child fields.
Properties
title: Section headingfields: Array of nestedFieldDefinition
Answer Format
Section itself stores no direct answer. Child fields store answers.
Example
{
"id": "personal_info",
"fieldType": "section",
"title": "Personal Information",
"fields": [
{
"id": "first_name",
"fieldType": "text",
"question": "First Name"
}
]
}