{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:RadioSeason", "title": "RadioSeason", "description": "Season dedicated to radio broadcast and associated online delivery.", "type": "object", "allOf": [ { "description": "A media season, e.g. TV, radio, video game etc.", "$ref": "schema:CreativeWorkSeason" } ] }