form-definition-v2-schema-properties-sections-sections-item
Items Type
object (Sections Item)
items Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| name | string | Required | cannot be null | Form Definition V2 Schema |
| title | string | Required | cannot be null | Form Definition V2 Schema |
| hideTitle | boolean | Optional | cannot be null | Form Definition V2 Schema |
| id | string | Optional | cannot be null | Form Definition V2 Schema |
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 V2 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 V2 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 V2 Schema
Hide Title Type
boolean (Hide Title)
hideTitle Default Value
The default value is:
falseid
Unique identifier for the section
id
-
is optional
-
Type:
string(Id) -
cannot be null
-
defined in: Form Definition V2 Schema
Id Type
string (Id)
id Constraints
UUID: the string must be a UUID, according to RFC 4122