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