Gleap · Schema

CreateContactViewDTO

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

Properties

Name Type Description
name string
targetAudience string
conditions object
View JSON Schema on GitHub

JSON Schema

create-contact-view-d-t-o.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateContactViewDTO",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "targetAudience": {
      "type": "string"
    },
    "conditions": {}
  },
  "required": [
    "name",
    "targetAudience",
    "conditions"
  ]
}