Dropbox · Schema

EmbeddedEditUrlResponseEmbedded

_t__EmbeddedEditUrlResponseEmbedded::DESCRIPTION

Documents

Properties

Name Type Description
edit_url string _t__EmbeddedEditUrlResponseEmbedded::EDIT_URL
expires_at integer _t__EmbeddedEditUrlResponseEmbedded::EXPIRES_AT
View JSON Schema on GitHub

JSON Schema

dropbox-embeddedediturlresponseembedded-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmbeddedEditUrlResponseEmbedded",
  "title": "EmbeddedEditUrlResponseEmbedded",
  "description": "_t__EmbeddedEditUrlResponseEmbedded::DESCRIPTION",
  "properties": {
    "edit_url": {
      "description": "_t__EmbeddedEditUrlResponseEmbedded::EDIT_URL",
      "type": "string"
    },
    "expires_at": {
      "description": "_t__EmbeddedEditUrlResponseEmbedded::EXPIRES_AT",
      "type": "integer"
    }
  },
  "type": "object",
  "x-internal": true
}