Represents the service belonging to this PDS
Record Key
literal:self
Fixed literal value
Properties
broadcast
array
of
ref
media.ionosphere.defs#broadcast
Optional
No description available.
description
string
Optional
No description available.
maxLength: 128 bytesgenres
array
of
ref
media.ionosphere.defs#genre
Optional
No description available.
geolocation
union
Optional
No description available.
Known types:
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
name
string
Required
No description available.
maxGraphemes: 128 graphemespresentationLanguage
string
language
Optional
This is the language that the content is actually presented in. If multiple, choose to omit this.
View raw schema
{
"key": "literal:self",
"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"
},
"broadcast": {
"type": "array",
"items": {
"ref": "media.ionosphere.defs#broadcast",
"type": "ref"
}
},
"ionosphere": {
"type": "string",
"maxLength": 128,
"description": "Version identifier"
},
"description": {
"type": "string",
"maxLength": 128
},
"geolocation": {
"refs": [
"media.ionosphere.defs#geocoordinates"
],
"type": "union"
},
"presentationLanguage": {
"type": "string",
"format": "language",
"description": "This is the language that the content is actually presented in. If multiple, choose to omit this."
}
}
},
"description": "Represents the service belonging to this PDS"
}