Dropbox · Schema

ApiAppResponseOwnerAccount

_t__ApiAppResponseOwnerAccount::DESCRIPTION

Documents

Properties

Name Type Description
account_id string _t__ApiAppResponseOwnerAccount::ACCOUNT_ID
email_address string _t__ApiAppResponseOwnerAccount::EMAIL_ADDRESS
View JSON Schema on GitHub

JSON Schema

dropbox-apiappresponseowneraccount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiAppResponseOwnerAccount",
  "title": "ApiAppResponseOwnerAccount",
  "description": "_t__ApiAppResponseOwnerAccount::DESCRIPTION",
  "properties": {
    "account_id": {
      "description": "_t__ApiAppResponseOwnerAccount::ACCOUNT_ID",
      "type": "string"
    },
    "email_address": {
      "description": "_t__ApiAppResponseOwnerAccount::EMAIL_ADDRESS",
      "type": "string"
    }
  },
  "type": "object",
  "x-internal": true
}