Voxco · Schema

CodebookItem

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
key integer
id string
View JSON Schema on GitHub

JSON Schema

CodebookItem.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CodebookItem",
  "type": "object",
  "properties": {
    "key": {
      "type": "integer",
      "format": "int32"
    },
    "id": {
      "type": "string",
      "nullable": true
    }
  },
  "additionalProperties": false
}