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.
language
string
language
Required
The language of the string values in this record. NOT the language of the content
memberOf
array
of
string
at-uri
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/*"
]
},
"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": {
"type": "string",
"format": "at-uri"
},
"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"
}