Amazon MediaPackage · JSON Structure

Mediapackage Api Mss Encryption Structure

A Microsoft Smooth Streaming (MSS) encryption configuration.

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

MssEncryption is a JSON Structure definition published by Amazon MediaPackage, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SpekeKeyProvider

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediapackage/refs/heads/main/json-structure/mediapackage-api-mss-encryption-structure.json",
  "name": "MssEncryption",
  "type": "object",
  "description": "A Microsoft Smooth Streaming (MSS) encryption configuration.",
  "properties": {
    "SpekeKeyProvider": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SpekeKeyProvider"
        },
        {
          "xml": {
            "name": "spekeKeyProvider"
          }
        }
      ]
    }
  },
  "required": [
    "SpekeKeyProvider"
  ]
}