Neynar · Schema

BanReqBody

Neynar Farcaster API schema for BanReqBody

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
fids array
View JSON Schema on GitHub

JSON Schema

banreqbody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/BanReqBody",
  "title": "BanReqBody",
  "description": "Neynar Farcaster API schema for BanReqBody",
  "properties": {
    "fids": {
      "items": {
        "$ref": "#/components/schemas/Fid"
      },
      "type": "array"
    }
  },
  "required": [
    "fids"
  ],
  "type": "object"
}