Docupilot · Schema

SharingInfoTemplate

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
id integer
is_shared boolean
View JSON Schema on GitHub

JSON Schema

app-SharingInfoTemplate.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SharingInfoTemplate",
  "description": "",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "readOnly": true
    },
    "is_shared": {
      "type": "boolean",
      "readOnly": true
    }
  },
  "required": [
    "id",
    "is_shared"
  ]
}