{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neynar.com/schemas/ChannelResponse", "title": "ChannelResponse", "description": "Neynar Farcaster API schema for ChannelResponse", "properties": { "channel": { "$ref": "#/components/schemas/Channel" } }, "required": [ "channel" ], "type": "object" }