Dropbox · Schema

TeamSubTeamsResponse

Documents

Properties

Name Type Description
sub_teams array _t__SubTeamResponse::DESCRIPTION
list_info object
warnings array
View JSON Schema on GitHub

JSON Schema

dropbox-teamsubteamsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TeamSubTeamsResponse",
  "title": "TeamSubTeamsResponse",
  "properties": {
    "sub_teams": {
      "description": "_t__SubTeamResponse::DESCRIPTION",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SubTeamResponse"
      }
    },
    "list_info": {
      "$ref": "#/components/schemas/ListInfoResponse"
    },
    "warnings": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/WarningResponse"
      }
    }
  },
  "type": "object",
  "x-internal": true
}