Neynar · Schema

NextCursor

Returns next cursor

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
cursor string
View JSON Schema on GitHub

JSON Schema

nextcursor.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/NextCursor",
  "title": "NextCursor",
  "description": "Returns next cursor",
  "properties": {
    "cursor": {
      "nullable": true,
      "type": "string"
    }
  },
  "required": [
    "cursor"
  ],
  "type": "object"
}