Docupilot · Schema

MigrateToNativeSyntaxError

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
detail string
View JSON Schema on GitHub

JSON Schema

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