Docupilot · Schema

HostedPage

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
url string
View JSON Schema on GitHub

JSON Schema

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