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