Dropbox · Schema

ApiAppListResponse

Documents

Properties

Name Type Description
api_apps array _t__ApiAppListResponse::DESCRIPTION
list_info object
warnings array _t__WarningResponse::LIST_DESCRIPTION
View JSON Schema on GitHub

JSON Schema

dropbox-apiapplistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiAppListResponse",
  "title": "ApiAppListResponse",
  "properties": {
    "api_apps": {
      "description": "_t__ApiAppListResponse::DESCRIPTION",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ApiAppResponse"
      }
    },
    "list_info": {
      "$ref": "#/components/schemas/ListInfoResponse"
    },
    "warnings": {
      "description": "_t__WarningResponse::LIST_DESCRIPTION",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/WarningResponse"
      }
    }
  },
  "type": "object",
  "x-internal": true
}