Dropbox · Schema

SubEditorOptions

_t__Sub::EditorOptions::DESCRIPTION

Documents

Properties

Name Type Description
allow_edit_signers boolean _t__Sub::EditorOptions::ALLOW_EDIT_SIGNERS
allow_edit_documents boolean _t__Sub::EditorOptions::ALLOW_EDIT_DOCUMENTS
View JSON Schema on GitHub

JSON Schema

dropbox-subeditoroptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubEditorOptions",
  "title": "SubEditorOptions",
  "description": "_t__Sub::EditorOptions::DESCRIPTION",
  "properties": {
    "allow_edit_signers": {
      "description": "_t__Sub::EditorOptions::ALLOW_EDIT_SIGNERS",
      "type": "boolean",
      "default": false
    },
    "allow_edit_documents": {
      "description": "_t__Sub::EditorOptions::ALLOW_EDIT_DOCUMENTS",
      "type": "boolean",
      "default": false
    }
  },
  "type": "object"
}