Gleap · Schema

TicketCreationRulesDto

Customer FeedbackBug ReportingIn-App SupportFeature RequestsRoadmapLive ChatAI AgentsSession ReplayHelp CenterTicketingUser FeedbackSaaS

Properties

Name Type Description
timeBased object
replyAfterClosure object
View JSON Schema on GitHub

JSON Schema

ticket-creation-rules.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TicketCreationRulesDto",
  "type": "object",
  "properties": {
    "timeBased": {
      "$ref": "#/components/schemas/TimeBasedRuleDto"
    },
    "replyAfterClosure": {
      "$ref": "#/components/schemas/ClosedTicketReplyRuleDto"
    }
  }
}