{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neynar.com/schemas/InviteChannelMemberReqBody", "title": "InviteChannelMemberReqBody", "description": "Neynar Farcaster API schema for InviteChannelMemberReqBody", "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" }