Dropbox · Schema

TemplateResponseSignerRole

Documents

Properties

Name Type Description
name string _t__TemplateResponseSignerRole::NAME
order integer _t__TemplateResponseSignerRole::ORDER
View JSON Schema on GitHub

JSON Schema

dropbox-templateresponsesignerrole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TemplateResponseSignerRole",
  "title": "TemplateResponseSignerRole",
  "properties": {
    "name": {
      "description": "_t__TemplateResponseSignerRole::NAME",
      "type": "string"
    },
    "order": {
      "description": "_t__TemplateResponseSignerRole::ORDER",
      "type": "integer"
    }
  },
  "type": "object",
  "x-internal": true
}