Dropbox · Schema

WarningResponse

_t__WarningResponse::LIST_DESCRIPTION

Documents

Properties

Name Type Description
warning_msg string _t__WarningResponse::WARNING_MSG
warning_name string _t__WarningResponse::WARNING_NAME
View JSON Schema on GitHub

JSON Schema

dropbox-warningresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WarningResponse",
  "title": "WarningResponse",
  "description": "_t__WarningResponse::LIST_DESCRIPTION",
  "required": [
    "warning_msg",
    "warning_name"
  ],
  "properties": {
    "warning_msg": {
      "description": "_t__WarningResponse::WARNING_MSG",
      "type": "string"
    },
    "warning_name": {
      "description": "_t__WarningResponse::WARNING_NAME",
      "type": "string"
    }
  },
  "type": "object"
}