big tings
This commit is contained in:
13
registry/schema-org/FMRadioChannel.schema.json
Normal file
13
registry/schema-org/FMRadioChannel.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user