Dropbox · Schema

TeamInvitesResponse

Documents

Properties

Name Type Description
team_invites array _t__TeamInvitesResponse::DESCRIPTION
warnings array
View JSON Schema on GitHub

JSON Schema

dropbox-teaminvitesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TeamInvitesResponse",
  "title": "TeamInvitesResponse",
  "properties": {
    "team_invites": {
      "description": "_t__TeamInvitesResponse::DESCRIPTION",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TeamInviteResponse"
      }
    },
    "warnings": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/WarningResponse"
      }
    }
  },
  "type": "object",
  "x-internal": true
}