Docupilot · Schema

DocuSignFolderOwner

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
userName string
userId string
email string
View JSON Schema on GitHub

JSON Schema

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