Voxco · Schema

GenerativeAIOptions

Generative AI options

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
dataIsAbout string String that describing common sense of analyzing data
codebookLanguage string Language of codes in codebook
View JSON Schema on GitHub

JSON Schema

GenerativeAIOptions.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GenerativeAIOptions",
  "type": "object",
  "properties": {
    "dataIsAbout": {
      "type": "string",
      "description": "String that describing common sense of analyzing data",
      "nullable": true
    },
    "codebookLanguage": {
      "type": "string",
      "description": "Language of codes in codebook",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "Generative AI options"
}