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

14 lines
417 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "schema:RadioChannel",
"title": "RadioChannel",
"description": "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup.",
"type": "object",
"allOf": [
{
"description": "A unique instance of a BroadcastService on a CableOrSatelliteService lineup.",
"$ref": "schema:BroadcastChannel"
}
]
}