Docupilot · Schema

NpsRating

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
nps_rating integer
View JSON Schema on GitHub

JSON Schema

app-NpsRating.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "NpsRating",
  "description": "",
  "type": "object",
  "properties": {
    "nps_rating": {
      "type": "integer",
      "maximum": 10,
      "minimum": 0,
      "nullable": true
    }
  }
}