Voxco · Schema

DBQuestionCodingSource

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management
View JSON Schema on GitHub

JSON Schema

DBQuestionCodingSource.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DBQuestionCodingSource",
  "enum": [
    "Verbatim",
    "Transcription",
    "Translation",
    "None"
  ],
  "type": "string",
  "format": ""
}