Dropbox · Schema

SubTeamResponse

Documents

Properties

Name Type Description
team_id string _t__TeamGeneral::TEAM_ID
name string _t__TeamGeneral::NAME
View JSON Schema on GitHub

JSON Schema

dropbox-subteamresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubTeamResponse",
  "title": "SubTeamResponse",
  "properties": {
    "team_id": {
      "description": "_t__TeamGeneral::TEAM_ID",
      "type": "string"
    },
    "name": {
      "description": "_t__TeamGeneral::NAME",
      "type": "string"
    }
  },
  "type": "object",
  "x-internal": true
}