AssetStorageResponseSchema – Media API – MediaKind

AssetStorageResponseSchema

object

metadata

object AssetStorageDataMetadataSchema Required
Metadata about the asset.

spec

object AssetStorageDataSpecSchema Required
The storage container data.

exceptions

object ExceptionsSchema Optional
A list of exceptions that occurred during the retrieval process.

files

list of objects FileSchema Required
A list of files in the storage container. This only represents files present at the top-level of the container.

folders

list of objects FolderSchema Required
A list of folders in the storage container.

periods

map from strings to object Period Optional
A map of available content for each eligible file in the storage container. Typically just '0/index/edge'.

adaptation_set

list of objects AdaptationSet Optional

accessibility

list of objects Accessibility Optional

representation

list of objects Representation Optional

audio_channel_configuration

list of objects AudioChannelConfiguration Optional

role

list of objects Role Optional

asset_identifier

object AssetIdentifier Optional

resource_type

string Required

tracks

map from strings to object TrackSchema Optional
A map of available content for each eligible file in the storage container. Tracks are extracted from all eligible files within the container.

body

object BodySchema Required

audio

list of objects AudioSchema Required

textstream

list of objects TextStreamSchema Required

video

list of objects VideoSchema Required

head

object HeadSchema Required