{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neynar.com/schemas/TrendingChannelResponse", "title": "TrendingChannelResponse", "description": "Neynar Farcaster API schema for TrendingChannelResponse", "properties": { "channels": { "items": { "$ref": "#/components/schemas/ChannelActivity" }, "type": "array" }, "next": { "$ref": "#/components/schemas/NextCursor" } }, "required": [ "channels", "next" ], "type": "object" }