form-definition-schema-properties-sections-sections-item
Items Type
object (Sections Item)
items Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| id | string | Optional | cannot be null | Form Definition Schema |
| name | string | Required | cannot be null | Form Definition Schema |
| title | string | Required | cannot be null | Form Definition Schema |
| hideTitle | boolean | Optional | cannot be null | Form Definition Schema |
id
Unique identifier for the section (UUID)
id
-
is optional
-
Type:
string(Id) -
cannot be null
-
defined in: Form Definition Schema
Id Type
string (Id)
id Constraints
UUID: the string must be a UUID, according to RFC 4122
name
Unique identifier for the section, used in code and page references
name
-
is required
-
Type:
string(Name) -
cannot be null
-
defined in: Form Definition Schema
Name Type
string (Name)
title
Human-readable section title displayed to users
title
-
is required
-
Type:
string(Title) -
cannot be null
-
defined in: Form Definition Schema
Title Type
string (Title)
hideTitle
When true, the section title will not be displayed in the UI
hideTitle
-
is optional
-
Type:
boolean(Hide Title) -
cannot be null
-
defined in: Form Definition Schema
Hide Title Type
boolean (Hide Title)
hideTitle Default Value
The default value is:
false