For AI agents: visit https://docs.usecanopy.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| field | type | description | properties |
|---|
| consumer_flow_section_field_id | string(uuid) | ID of the field | |
| label | string | Label of the field as displayed to the user | |
| meta | object | Meta data for the field, including validation rules and display options. This varies based on the field type. | |
| type | string | Type of field | enum: TEXT, NUMBER, BOOLEAN, DATE, FILE_UPLOAD |
| value | string | number | boolean | null | array | Value of the field. Type varies based on the field type, and will be null if the field has not been answered. When type is FILE_UPLOAD, this is an array of file objects. | References FileUpload |