Docupilot · Schema

SigningLinkResponse

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
signing_link string
View JSON Schema on GitHub

JSON Schema

app-SigningLinkResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SigningLinkResponse",
  "description": "",
  "type": "object",
  "properties": {
    "signing_link": {
      "type": "string",
      "format": "uri"
    }
  },
  "required": [
    "signing_link"
  ]
}