Docupilot · Schema

ShowDemographicPrompt

ShowDemographicPrompt schema from Docupilot accounts API

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
user_demographic boolean
organization_demographic boolean
View JSON Schema on GitHub

JSON Schema

accounts-ShowDemographicPrompt.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ShowDemographicPrompt",
  "description": "ShowDemographicPrompt schema from Docupilot accounts API",
  "type": "object",
  "properties": {
    "user_demographic": {
      "type": "boolean"
    },
    "organization_demographic": {
      "type": "boolean"
    }
  },
  "required": [
    "organization_demographic",
    "user_demographic"
  ]
}