at.ducs.channels.defs

ducs.at

Documentation

channel object

No description available.

Properties

name string Optional

No description available.

parentTid string tid Optional

A timestamp-based identifier (TID).

tid string tid Required

A timestamp-based identifier (TID).

View raw schema
{
  "type": "object",
  "required": [
    "tid"
  ],
  "properties": {
    "tid": {
      "type": "string",
      "format": "tid"
    },
    "name": {
      "type": "string"
    },
    "parentTid": {
      "type": "string",
      "format": "tid"
    }
  }
}

Lexicon Garden

@