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