Gleap · Schema

TimeBasedRuleDto

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

Properties

Name Type Description
isActive boolean
timeBetweenTickets number
View JSON Schema on GitHub

JSON Schema

time-based-rule.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TimeBasedRuleDto",
  "type": "object",
  "properties": {
    "isActive": {
      "type": "boolean"
    },
    "timeBetweenTickets": {
      "type": "number",
      "format": "double"
    }
  }
}