Represents a grouping of subgroups or programmes
Record Key
any
Any valid record key
Properties
description
string
Optional
No description available.
maxLength: 512 bytesgenres
array
of
ref
media.ionosphere.defs#genre
Optional
No description available.
icon
blob
Optional
No description available.
ionosphere
string
Required
Version identifier
maxLength: 128 byteskeywords
array
of
string
Optional
No description available.
kind
string
Optional
Type of group, see Table 30 of DAB SPI for idea
maxLength: 128 bytesKnown values:
series, show, concept, magazine, topic, otherCollection, otherChoicelanguage
string
language
Required
The language of the string values in this record. NOT the language of the content
memberOf
array
of
ref
media.ionosphere.defs#membership
Optional
A list of groups this record is a member of
name
string
Required
No description available.
maxGraphemes: 128 graphemesView 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"
}