Warner Bros. Discovery · Schema
Warner Bros. Discovery Content Delivery
Schema for a WBD media content delivery submission.
EntertainmentMediaStreamingContentTelevisionFilm
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique delivery identifier |
| status | string | Current delivery status |
| title | string | Content title |
| contentType | string | Type of content |
| manifestPath | string | Path to the MovieLabs MMC manifest file |
| createdAt | string | Delivery creation timestamp |
| updatedAt | string | Last update timestamp |
| assets | array | Media assets included in the delivery |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/api-evangelist/warner-bros-discovery/blob/main/json-schema/warner-bros-discovery-content-schema.json",
"title": "Warner Bros. Discovery Content Delivery",
"description": "Schema for a WBD media content delivery submission.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique delivery identifier"
},
"status": {
"type": "string",
"enum": ["pending", "processing", "completed", "failed", "rejected"],
"description": "Current delivery status"
},
"title": {
"type": "string",
"description": "Content title"
},
"contentType": {
"type": "string",
"enum": ["feature", "series", "episode", "short", "documentary", "promotional"],
"description": "Type of content"
},
"manifestPath": {
"type": "string",
"description": "Path to the MovieLabs MMC manifest file"
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "Delivery creation timestamp"
},
"updatedAt": {
"type": "string",
"format": "date-time",
"description": "Last update timestamp"
},
"assets": {
"type": "array",
"description": "Media assets included in the delivery",
"items": {
"type": "object",
"properties": {
"id": { "type": "string" },
"type": {
"type": "string",
"enum": ["video", "audio", "subtitle", "image", "document"]
},
"filename": { "type": "string" },
"size": { "type": "integer" },
"checksum": { "type": "string" },
"languageCode": { "type": "string" },
"uploadedAt": { "type": "string", "format": "date-time" }
},
"required": ["id", "type", "filename"]
}
}
},
"required": ["title", "contentType"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/warner-bros-discovery-content"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.