Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.07 KB

File metadata and controls

17 lines (13 loc) · 1.07 KB

ErroredField

Properties

Name Type Description Notes
field_type String The input type for this field (e.g. "text", "file", "boolean"). [default to null]
field String Machine-readable key name of the field. [default to null]
field_name String Human-readable display name of the field. [default to null]
field_properties Field_field_properties [default to null]
position Integer Display order position of this field in the application form. [default to null]
optional Boolean Whether this field is optional (true) or required (false). [default to null]
value SubmittedField_allOf_value [default to null]
error List [default to null]

[Back to Model list] [Back to API list] [Back to README]