OPENAPI / COMPONENTS / SCHEMAS
Signature Request Response Custom Field Base
SignatureRequestResponseCustomFieldBaseAn array of Custom Field objects containing the name and type of each custom field. * Text Field uses `SignatureRequestResponseCustomFieldText` * Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox`
object5properties
typestringrequiredThe type of this Custom Field. Only 'text' and 'checkbox' are currently supported.
namestringrequiredThe name of the Custom Field.
requiredbooleanA boolean value denoting if this field is required.
api_idstringThe unique ID for this field.
editorstringThe name of the Role that is able to edit this field.