Voxco · Schema

CodebookGranularityOption

Defines the desired level of granularity (detail) for the automatically generated codebook themes.

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management
View JSON Schema on GitHub

JSON Schema

CodebookGranularityOption.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CodebookGranularityOption",
  "enum": [
    "Low",
    "Medium",
    "High"
  ],
  "type": "string",
  "description": "Defines the desired level of granularity (detail) for the automatically generated codebook themes.",
  "format": ""
}