{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ChannelFollowerResponse", "title": "ChannelFollowerResponse", "type": "object", "properties": { "channel_id": { "$ref": "#/components/schemas/SnowflakeType" }, "webhook_id": { "$ref": "#/components/schemas/SnowflakeType" } }, "required": [ "channel_id", "webhook_id" ] }