Neynar · Schema

ChannelResponse

Neynar Farcaster API schema for ChannelResponse

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
channel object
View JSON Schema on GitHub

JSON Schema

channelresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/ChannelResponse",
  "title": "ChannelResponse",
  "description": "Neynar Farcaster API schema for ChannelResponse",
  "properties": {
    "channel": {
      "$ref": "#/components/schemas/Channel"
    }
  },
  "required": [
    "channel"
  ],
  "type": "object"
}