Dropbox · Schema

SubTemplateRole

Documents

Properties

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

JSON Schema

dropbox-subtemplaterole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubTemplateRole",
  "title": "SubTemplateRole",
  "properties": {
    "name": {
      "description": "_t__Sub::SignerRole::NAME",
      "type": "string"
    },
    "order": {
      "description": "_t__Sub::SignerRole::ORDER",
      "type": "integer",
      "nullable": true
    }
  },
  "type": "object"
}