Dropbox · Schema

ApiAppResponseOAuth

_t__ApiAppResponseOAuth::DESCRIPTION

Documents

Properties

Name Type Description
callback_url string _t__ApiAppResponseOAuth::CALLBACK_URL
secret string _t__ApiAppResponseOAuth::SECRET
scopes array _t__ApiAppResponseOAuth::SCOPES
charges_users boolean _t__ApiAppResponseOAuth::CHARGES_USERS
View JSON Schema on GitHub

JSON Schema

dropbox-apiappresponseoauth-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiAppResponseOAuth",
  "title": "ApiAppResponseOAuth",
  "description": "_t__ApiAppResponseOAuth::DESCRIPTION",
  "properties": {
    "callback_url": {
      "description": "_t__ApiAppResponseOAuth::CALLBACK_URL",
      "type": "string"
    },
    "secret": {
      "description": "_t__ApiAppResponseOAuth::SECRET",
      "type": "string"
    },
    "scopes": {
      "description": "_t__ApiAppResponseOAuth::SCOPES",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "charges_users": {
      "description": "_t__ApiAppResponseOAuth::CHARGES_USERS",
      "type": "boolean"
    }
  },
  "type": "object",
  "nullable": true,
  "x-internal": true
}