Dropbox · Schema

TeamInfoResponse

Documents

Properties

Name Type Description
team_id string _t__TeamGeneral::TEAM_ID
team_parent object
name string _t__TeamGeneral::NAME
num_members integer _t__TeamGeneral::NUM_MEMBERS
num_sub_teams integer _t__TeamGeneral::NUM_SUB_TEAMS
View JSON Schema on GitHub

JSON Schema

dropbox-teaminforesponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TeamInfoResponse",
  "title": "TeamInfoResponse",
  "properties": {
    "team_id": {
      "description": "_t__TeamGeneral::TEAM_ID",
      "type": "string"
    },
    "team_parent": {
      "$ref": "#/components/schemas/TeamParentResponse"
    },
    "name": {
      "description": "_t__TeamGeneral::NAME",
      "type": "string"
    },
    "num_members": {
      "description": "_t__TeamGeneral::NUM_MEMBERS",
      "type": "integer"
    },
    "num_sub_teams": {
      "description": "_t__TeamGeneral::NUM_SUB_TEAMS",
      "type": "integer"
    }
  },
  "type": "object",
  "x-internal": true
}