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