media.ionosphere.service

ionosphere.media

Documentation

Represents the service belonging to this PDS

main record

Represents the service belonging to this PDS

Record Key literal:self Fixed literal value

Properties

description string Optional

No description available.

maxLength: 128 bytes
icon blob Optional

No description available.

ionosphere string Required

Version identifier

maxLength: 128 bytes
keywords 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 graphemes
presentationLanguage 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"
}

Lexicon Garden

@