14 lines
432 B
JSON
14 lines
432 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:TelevisionChannel",
|
|
"title": "TelevisionChannel",
|
|
"description": "A unique instance of a television BroadcastService on a CableOrSatelliteService lineup.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "A unique instance of a BroadcastService on a CableOrSatelliteService lineup.",
|
|
"$ref": "schema:BroadcastChannel"
|
|
}
|
|
]
|
|
}
|