stream_media_metadata

A user modifiable key-value store used to reference other systems of record for managing videos.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-media-metadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_media_metadata",
  "title": "stream_media_metadata",
  "description": "A user modifiable key-value store used to reference other systems of record for managing videos.",
  "example": {
    "name": "video12345.mp4"
  },
  "type": "object"
}