media.ionosphere.group

ionosphere.media

Documentation

Represents a grouping of subgroups or programmes

main record

Represents a grouping of subgroups or programmes

Record Key any Any valid record key

Properties

description string Optional

No description available.

maxLength: 512 bytes
icon blob Optional

No description available.

ionosphere string Required

Version identifier

maxLength: 128 bytes
keywords array of string Optional

No description available.

kind string Optional

Type of group, see Table 30 of DAB SPI for idea

maxLength: 128 bytes
Known values: series, show, concept, magazine, topic, otherCollection, otherChoice
language string language Required

The language of the string values in this record. NOT the language of the content

name string Required

No description available.

maxGraphemes: 128 graphemes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "ionosphere",
      "name",
      "language"
    ],
    "properties": {
      "icon": {
        "type": "blob",
        "accept": [
          "image/*"
        ]
      },
      "kind": {
        "type": "string",
        "maxLength": 128,
        "description": "Type of group, see Table 30 of DAB SPI for idea",
        "knownValues": [
          "series",
          "show",
          "concept",
          "magazine",
          "topic",
          "otherCollection",
          "otherChoice"
        ]
      },
      "name": {
        "type": "string",
        "maxGraphemes": 128
      },
      "genres": {
        "type": "array",
        "items": {
          "ref": "media.ionosphere.defs#genre",
          "type": "ref"
        }
      },
      "keywords": {
        "type": "array",
        "items": {
          "type": "string",
          "maxLength": 128
        }
      },
      "language": {
        "type": "string",
        "format": "language",
        "description": "The language of the string values in this record. NOT the language of the content"
      },
      "memberOf": {
        "type": "array",
        "items": {
          "ref": "media.ionosphere.defs#membership",
          "type": "ref"
        },
        "description": "A list of groups this record is a member of"
      },
      "ionosphere": {
        "type": "string",
        "maxLength": 128,
        "description": "Version identifier"
      },
      "description": {
        "type": "string",
        "maxLength": 512
      }
    }
  },
  "description": "Represents a grouping of subgroups or programmes"
}

Lexicon Garden

@