Docupilot · Schema

AITemplateEdit

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
ai_prompt string
selected_content string
ai_response string
View JSON Schema on GitHub

JSON Schema

app-AITemplateEdit.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AITemplateEdit",
  "description": "",
  "type": "object",
  "properties": {
    "ai_prompt": {
      "type": "string",
      "writeOnly": true
    },
    "selected_content": {
      "type": "string",
      "writeOnly": true
    },
    "ai_response": {
      "type": "string",
      "readOnly": true
    }
  },
  "required": [
    "ai_prompt",
    "ai_response",
    "selected_content"
  ]
}