Documentation Index
Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
Use this file to discover all available pages before exploring further.
OBJECT
The schema definition for a decision component item, grouping related fields and providing the item label.
Fields
underwritingDecisionComponentFieldSchemas
[UnderwritingDecisionComponentFieldSchema!]!
required
The field schemas that define the data fields collected within this item schema.
associatedApplicationField
A JSON-type path of the location within the application of the field.
fieldType
DecisionComponentFieldType!
required
The type of the field, determining the UI input control used to collect data.Show Possible enum values
A boolean checkbox field for yes/no values.
A date picker field for selecting a date value.
A single-value dropdown selection field.
A multi-value dropdown selection field.
A multi-line text area field for longer text input.
A single-line text field for short text input.
A masked text field for sensitive data such as tax identification numbers.
A description of the decision component field.
The unique identifier of the field schema.
Boolean with value true if the given field is no longer used by the decision component.
Boolean with value true if the given field is not modifiable.
Boolean with value true if the given field is required.
The field name formatted for display.
selectFieldOptions
[SelectFieldOption!]!
required
The possible options for a select type field
The human-readable label displayed for this option.
The underlying value submitted when this option is selected.
The unique identifier of the item schema.
The display label for this decision component item schema.