Docusign · Schema

ViewUrl

Contains a URL for an embedded view.

AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

Properties

Name Type Description
url string The URL for the embedded view. This URL is time-limited and should be used immediately.
View JSON Schema on GitHub

JSON Schema

docusign-esignature-view-url-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ViewUrl",
  "type": "object",
  "description": "Contains a URL for an embedded view.",
  "properties": {
    "url": {
      "type": "string",
      "description": "The URL for the embedded view. This URL is time-limited and should be used immediately."
    }
  }
}