Dropbox · Schema

SignatureRequestEditEmbeddedWithTemplateRequest

Documents

Properties

Name Type Description
template_ids array _t__SignatureRequestCreateEmbeddedWithTemplate::TEMPLATE_IDS
allow_decline boolean _t__SignatureRequestCreateEmbeddedWithTemplate::ALLOW_DECLINE
ccs array _t__Sub::CC::DESCRIPTION
client_id string _t__SignatureRequestCreateEmbeddedWithTemplate::CLIENT_ID
custom_fields array _t__Sub::CustomField::TEMPLATE
files array _t__SignatureRequestCreateEmbeddedWithTemplate::FILES
file_urls array _t__SignatureRequestCreateEmbeddedWithTemplate::FILE_URLS
message string _t__SignatureRequestCreateEmbeddedWithTemplate::MESSAGE
metadata object _t__Sub::Metadata::DESCRIPTION
signers array _t__Sub::SignatureRequestTemplateSigner::DESCRIPTION
signing_options object
subject string _t__SignatureRequestCreateEmbeddedWithTemplate::SUBJECT
test_mode boolean _t__SignatureRequestCreateEmbeddedWithTemplate::TEST_MODE
title string _t__SignatureRequestCreateEmbeddedWithTemplate::TITLE
populate_auto_fill_fields boolean _t__SignatureRequestCreateEmbeddedWithTemplate::POPULATE_AUTO_FILL_FIELDS
View JSON Schema on GitHub

JSON Schema

dropbox-signaturerequesteditembeddedwithtemplaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SignatureRequestEditEmbeddedWithTemplateRequest",
  "title": "SignatureRequestEditEmbeddedWithTemplateRequest",
  "required": [
    "client_id",
    "template_ids",
    "signers"
  ],
  "properties": {
    "template_ids": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::TEMPLATE_IDS",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "allow_decline": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::ALLOW_DECLINE",
      "type": "boolean",
      "default": false
    },
    "ccs": {
      "description": "_t__Sub::CC::DESCRIPTION",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SubCC"
      }
    },
    "client_id": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::CLIENT_ID",
      "type": "string"
    },
    "custom_fields": {
      "description": "_t__Sub::CustomField::TEMPLATE",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SubCustomField"
      }
    },
    "files": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::FILES",
      "type": "array",
      "items": {
        "type": "string",
        "format": "binary"
      }
    },
    "file_urls": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::FILE_URLS",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "message": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::MESSAGE",
      "type": "string",
      "maxLength": 5000
    },
    "metadata": {
      "description": "_t__Sub::Metadata::DESCRIPTION",
      "type": "object",
      "maxItems": 10,
      "additionalProperties": {}
    },
    "signers": {
      "description": "_t__Sub::SignatureRequestTemplateSigner::DESCRIPTION",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SubSignatureRequestTemplateSigner"
      }
    },
    "signing_options": {
      "$ref": "#/components/schemas/SubSigningOptions"
    },
    "subject": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::SUBJECT",
      "type": "string",
      "maxLength": 255
    },
    "test_mode": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::TEST_MODE",
      "type": "boolean",
      "default": false
    },
    "title": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::TITLE",
      "type": "string",
      "maxLength": 255
    },
    "populate_auto_fill_fields": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::POPULATE_AUTO_FILL_FIELDS",
      "type": "boolean",
      "default": false
    }
  },
  "type": "object"
}