Skip to main content
Object

Fields

id
required
fieldType
required
label
required
The field name formatted for display.
helperText
required
A description of the decision component field.
isReadOnly
required
Boolean with value true if the given field is not modifiable.
isRequired
required
Boolean with value true if the given field is required.
isDisabled
required
Boolean with value true if the given field is no longer used by the decision component.
associatedApplicationField
required
A JSON-type path of the location within the application of the field.
selectFieldOptions
required
The possible options for a select type field
{
  "id": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "fieldType": "CHECKBOX",
  "label": "xyz789",
  "helperText": "abc123",
  "isReadOnly": true,
  "isRequired": false,
  "isDisabled": true,
  "associatedApplicationField": "xyz789",
  "selectFieldOptions": [
    SelectFieldOption
  ]
}