Neynar · Schema

FrameButtonActionType

The action type of a mini app button. Action types "mint" & "link" are to be handled on the client side only and so they will produce a no/op for POST /farcaster/frame/action.

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

framebuttonactiontype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/FrameButtonActionType",
  "title": "FrameButtonActionType",
  "description": "The action type of a mini app button. Action types \"mint\" & \"link\" are to be handled on the client side only and so they will produce a no/op for POST /farcaster/frame/action.",
  "enum": [
    "post",
    "post_redirect",
    "tx",
    "link",
    "mint"
  ],
  "type": "string"
}