Files
marka/registry/schema-org/PodcastEpisode.schema.json
Max Richter c687eff53d big tings
2025-08-17 15:16:17 +02:00

14 lines
376 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "schema:PodcastEpisode",
"title": "PodcastEpisode",
"description": "A single episode of a podcast series.",
"type": "object",
"allOf": [
{
"description": "A media episode (e.g. TV, radio, video game) which can be part of a series or season.",
"$ref": "schema:Episode"
}
]
}