Voxco · Schema

CodeOrNet

A Code or Net in a Codebook.

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
key integer The key of the Code. This key is used to relate a coded response to its Code in the Codebook.
description string The description of the Code. This description represents the concept expressed in the coded Response.
inputId string A optional identifier which may be used during automatic coding of responses. If null this field will not be present in the response.
outputId string A optional identifier which may be used to identify the code in tabulation software. If null this field will not be present in the response.
regexPattern string Optional regular expression pattern which may be used for assisting human coders or for automatic coding.
color string An optional color for the code in CSS hexadecimal six digit format, e.g. #FF0000 for red. If the code color is the default value of #000000 (black) this field will not be present in the response.
children array The children of a Net. When querying for a codebook, this field will be present in the response only for Nets, and will never be present when the Codebook is requested with the tree=false parameter. T
View JSON Schema on GitHub

JSON Schema

CodeOrNet.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CodeOrNet",
  "required": [
    "description",
    "key"
  ],
  "type": "object",
  "properties": {
    "key": {
      "type": "integer",
      "description": "The key of the Code.\r\n\r\nThis key is used to relate a coded response to its Code in the Codebook.",
      "format": "int32"
    },
    "description": {
      "minLength": 1,
      "type": "string",
      "description": "The description of the Code.\r\n\r\nThis description represents the concept expressed in the coded Response."
    },
    "inputId": {
      "type": "string",
      "description": "A optional identifier which may be used during automatic coding of responses.\r\n  \r\nIf null this field will not be present in the response.",
      "nullable": true
    },
    "outputId": {
      "type": "string",
      "description": "A optional identifier which may be used to identify the code in tabulation software.\r\n  \r\nIf null this field will not be present in the response.",
      "nullable": true
    },
    "regexPattern": {
      "type": "string",
      "description": "Optional regular expression pattern which may be used for assisting human coders or for automatic coding.",
      "nullable": true
    },
    "color": {
      "type": "string",
      "description": "An optional color for the code in CSS hexadecimal six digit format, e.g. #FF0000 for red.\r\n\r\nIf the code color is the default value of #000000 (black) this field will not be present in the response.",
      "nullable": true
    },
    "children": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CodeOrNet"
      },
      "description": "The children of a Net.\r\n\r\nWhen querying for a codebook, this field will be present in the response only for Nets, and will never be present\r\nwhen the Codebook is requested with the tree=false parameter.\r\n\r\nThe children are listed in the order they appear in the Codebook.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "A Code or Net in a Codebook."
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/CodeOrNet"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.