Docupilot · Schema

SurveyPrompt

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
show_survey_prompt boolean
View JSON Schema on GitHub

JSON Schema

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