Dropbox · Schema

AccountVerifyResponseAccount

Documents

Properties

Name Type Description
email_address string _t__Account::EMAIL_ADDRESS
View JSON Schema on GitHub

JSON Schema

dropbox-accountverifyresponseaccount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountVerifyResponseAccount",
  "title": "AccountVerifyResponseAccount",
  "properties": {
    "email_address": {
      "description": "_t__Account::EMAIL_ADDRESS",
      "type": "string"
    }
  },
  "type": "object",
  "x-internal": true
}