Neynar · Schema

MuteReqBody

Neynar Farcaster API schema for MuteReqBody

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
fid object
muted_fid object
View JSON Schema on GitHub

JSON Schema

mutereqbody.json Raw ↑
{
  "$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"
}