Neynar · Schema

FrameCatalogResponse

Neynar Farcaster API schema for FrameCatalogResponse

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

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

JSON Schema

framecatalogresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/FrameCatalogResponse",
  "title": "FrameCatalogResponse",
  "description": "Neynar Farcaster API schema for FrameCatalogResponse",
  "properties": {
    "frames": {
      "items": {
        "$ref": "#/components/schemas/FrameV2WithFullAuthor"
      },
      "type": "array"
    },
    "next": {
      "$ref": "#/components/schemas/NextCursor"
    }
  },
  "required": [
    "frames",
    "next"
  ],
  "type": "object"
}