Neynar · Schema

UsersActiveChannelsResponse

Neynar Farcaster API schema for UsersActiveChannelsResponse

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
channels array
next object
View JSON Schema on GitHub

JSON Schema

usersactivechannelsresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/UsersActiveChannelsResponse",
  "title": "UsersActiveChannelsResponse",
  "description": "Neynar Farcaster API schema for UsersActiveChannelsResponse",
  "properties": {
    "channels": {
      "items": {
        "$ref": "#/components/schemas/Channel"
      },
      "type": "array"
    },
    "next": {
      "$ref": "#/components/schemas/NextCursor"
    }
  },
  "type": "object"
}