Docupilot · Schema

FromEmailAccount

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
id integer
email string
View JSON Schema on GitHub

JSON Schema

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