Docupilot · Schema

SaveCustomerFeedback

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
feedback object
View JSON Schema on GitHub

JSON Schema

app-SaveCustomerFeedback.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SaveCustomerFeedback",
  "description": "",
  "type": "object",
  "properties": {
    "feedback": {
      "type": "object",
      "nullable": false,
      "properties": {
        "challenges_faced": {
          "type": "array"
        },
        "feature_improvement": {
          "type": "string"
        }
      },
      "required": [
        "challenges_faced"
      ]
    }
  },
  "required": [
    "feedback"
  ]
}