Dropbox · Schema

EmbeddedEditUrlRequest

Documents

Properties

Name Type Description
allow_edit_ccs boolean _t__EmbeddedEditUrl::ALLOW_EDIT_CCS
cc_roles array _t__EmbeddedEditUrl::CC_ROLES
editor_options object
force_signer_roles boolean _t__EmbeddedEditUrl::FORCE_SIGNER_ROLES
force_subject_message boolean _t__EmbeddedEditUrl::FORCE_SUBJECT_MESSAGE
merge_fields array _t__EmbeddedEditUrl::MERGE_FIELDS
preview_only boolean _t__EmbeddedEditUrl::PREVIEW_ONLY
show_preview boolean _t__EmbeddedEditUrl::SHOW_PREVIEW
show_progress_stepper boolean _t__EmbeddedEditUrl::SHOW_PROGRESS_STEPPER
test_mode boolean _t__EmbeddedEditUrl::TEST_MODE
View JSON Schema on GitHub

JSON Schema

dropbox-embeddedediturlrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmbeddedEditUrlRequest",
  "title": "EmbeddedEditUrlRequest",
  "properties": {
    "allow_edit_ccs": {
      "description": "_t__EmbeddedEditUrl::ALLOW_EDIT_CCS",
      "type": "boolean",
      "default": false
    },
    "cc_roles": {
      "description": "_t__EmbeddedEditUrl::CC_ROLES",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "editor_options": {
      "$ref": "#/components/schemas/SubEditorOptions"
    },
    "force_signer_roles": {
      "description": "_t__EmbeddedEditUrl::FORCE_SIGNER_ROLES",
      "type": "boolean",
      "default": false
    },
    "force_subject_message": {
      "description": "_t__EmbeddedEditUrl::FORCE_SUBJECT_MESSAGE",
      "type": "boolean",
      "default": false
    },
    "merge_fields": {
      "description": "_t__EmbeddedEditUrl::MERGE_FIELDS",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SubMergeField"
      }
    },
    "preview_only": {
      "description": "_t__EmbeddedEditUrl::PREVIEW_ONLY",
      "type": "boolean",
      "default": false
    },
    "show_preview": {
      "description": "_t__EmbeddedEditUrl::SHOW_PREVIEW",
      "type": "boolean",
      "default": false
    },
    "show_progress_stepper": {
      "description": "_t__EmbeddedEditUrl::SHOW_PROGRESS_STEPPER",
      "type": "boolean",
      "default": true
    },
    "test_mode": {
      "description": "_t__EmbeddedEditUrl::TEST_MODE",
      "type": "boolean",
      "default": false
    }
  },
  "type": "object"
}