Docupilot · Schema

PatchedEnvelopeFolder

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
id integer
name string
created_by integer
created_at string
updated_by integer
updated_at string
View JSON Schema on GitHub

JSON Schema

app-PatchedEnvelopeFolder.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PatchedEnvelopeFolder",
  "description": "",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "maxLength": 50
    },
    "created_by": {
      "type": "integer",
      "readOnly": true
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "readOnly": true,
      "nullable": true
    },
    "updated_by": {
      "type": "integer",
      "readOnly": true,
      "nullable": true
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "readOnly": true,
      "nullable": true
    }
  }
}