OPENAPI / COMPONENTS / SCHEMAS

Signature Request Response Custom Field Base

SignatureRequestResponseCustomFieldBase

An array of Custom Field objects containing the name and type of each custom field. * Text Field uses `SignatureRequestResponseCustomFieldText` * Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox`

object5properties
typestringrequired

The type of this Custom Field. Only 'text' and 'checkbox' are currently supported.

namestringrequired

The name of the Custom Field.

requiredboolean

A boolean value denoting if this field is required.

api_idstring

The unique ID for this field.

editorstring

The name of the Role that is able to edit this field.