Skip to main content

betaThis is a new capability. Help us improve it and give your feedback on Slack.

form-definition-schema-properties-sections-sections-item

Items Type

object (Sections Item)

items Properties

PropertyTypeRequiredNullableDefined by
idstringOptionalcannot be nullForm Definition Schema
namestringRequiredcannot be nullForm Definition Schema
titlestringRequiredcannot be nullForm Definition Schema
hideTitlebooleanOptionalcannot be nullForm Definition Schema

id

Unique identifier for the section (UUID)

id

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

Name Type

string (Name)

title

Human-readable section title displayed to users

title

Title Type

string (Title)

hideTitle

When true, the section title will not be displayed in the UI

hideTitle

Hide Title Type

boolean (Hide Title)

hideTitle Default Value

The default value is:

false