Dropbox · Schema

FileResponseDataUri

Documents

Properties

Name Type Description
data_uri string _t__FileResponse::DATA_URI
View JSON Schema on GitHub

JSON Schema

dropbox-fileresponsedatauri-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FileResponseDataUri",
  "title": "FileResponseDataUri",
  "properties": {
    "data_uri": {
      "description": "_t__FileResponse::DATA_URI",
      "type": "string"
    }
  },
  "type": "object",
  "x-internal": true
}