Dropbox · Schema

SubOAuth

_t__Sub::OAuth::DESCRIPTION

Documents

Properties

Name Type Description
callback_url string _t__Sub::OAuth::CALLBACK_URL
scopes array _t__Sub::OAuth::SCOPES
View JSON Schema on GitHub

JSON Schema

dropbox-suboauth-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubOAuth",
  "title": "SubOAuth",
  "description": "_t__Sub::OAuth::DESCRIPTION",
  "properties": {
    "callback_url": {
      "description": "_t__Sub::OAuth::CALLBACK_URL",
      "type": "string"
    },
    "scopes": {
      "description": "_t__Sub::OAuth::SCOPES",
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "request_signature",
          "basic_account_info",
          "account_access",
          "signature_request_access",
          "template_access",
          "team_access",
          "api_app_access",
          ""
        ]
      }
    }
  },
  "type": "object"
}