{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DescribeMediaStorageConfigurationInput", "title": "DescribeMediaStorageConfigurationInput", "type": "object", "properties": { "ChannelName": { "allOf": [ { "$ref": "#/components/schemas/ChannelName" }, { "description": "The name of the channel." } ] }, "ChannelARN": { "allOf": [ { "$ref": "#/components/schemas/ResourceARN" }, { "description": "The Amazon Resource Name (ARN) of the channel." } ] } } }