Dropbox · Schema

ReportResponse

_t__ReportResponse::DESCRIPTION

Documents

Properties

Name Type Description
success string _t__ReportResponse::SUCCESS
start_date string _t__ReportResponse::START_DATE
end_date string _t__ReportResponse::END_DATE
report_type array _t__ReportResponse::REPORT_TYPE
View JSON Schema on GitHub

JSON Schema

dropbox-reportresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReportResponse",
  "title": "ReportResponse",
  "description": "_t__ReportResponse::DESCRIPTION",
  "properties": {
    "success": {
      "description": "_t__ReportResponse::SUCCESS",
      "type": "string"
    },
    "start_date": {
      "description": "_t__ReportResponse::START_DATE",
      "type": "string"
    },
    "end_date": {
      "description": "_t__ReportResponse::END_DATE",
      "type": "string"
    },
    "report_type": {
      "description": "_t__ReportResponse::REPORT_TYPE",
      "type": "array",
      "items": {
        "enum": [
          "user_activity",
          "document_status"
        ]
      }
    }
  },
  "type": "object",
  "x-internal": true
}