Voxco · Schema

AssignTopSegmentsOptions

Assign top segments options

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
enabled boolean
minProximity integer Minimum proximity percent value
topSegments integer Number of top segments
View JSON Schema on GitHub

JSON Schema

AssignTopSegmentsOptions.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AssignTopSegmentsOptions",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "minProximity": {
      "type": "integer",
      "description": "Minimum proximity percent value",
      "format": "int32"
    },
    "topSegments": {
      "type": "integer",
      "description": "Number of top segments",
      "format": "int32"
    }
  },
  "additionalProperties": false,
  "description": "Assign top segments options"
}