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

14 lines
370 B
JSON

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