Dropbox · Schema

SubBulkSignerList

Documents

Properties

Name Type Description
custom_fields array _t__Sub::BulkCustomField::DESCRIPTION
signers array _t__Sub::BulkSigner::DESCRIPTION
View JSON Schema on GitHub

JSON Schema

dropbox-subbulksignerlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubBulkSignerList",
  "title": "SubBulkSignerList",
  "properties": {
    "custom_fields": {
      "description": "_t__Sub::BulkCustomField::DESCRIPTION",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SubBulkSignerListCustomField"
      }
    },
    "signers": {
      "description": "_t__Sub::BulkSigner::DESCRIPTION",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SubSignatureRequestTemplateSigner"
      }
    }
  },
  "type": "object"
}