Docupilot · Schema

EnvelopeDocuments

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
id integer
document_name string
fields_meta object
View JSON Schema on GitHub

JSON Schema

app-EnvelopeDocuments.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EnvelopeDocuments",
  "description": "",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "readOnly": true
    },
    "document_name": {
      "type": "string",
      "readOnly": true
    },
    "fields_meta": {
      "type": "object",
      "additionalProperties": {},
      "readOnly": true,
      "nullable": true
    }
  },
  "required": [
    "document_name",
    "fields_meta",
    "id"
  ]
}