Neynar · Schema

FarcasterManifest

Neynar Farcaster API schema for FarcasterManifest

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationWebhookOnchain

Properties

Name Type Description
account_association object
frame object
miniapp object
View JSON Schema on GitHub

JSON Schema

farcastermanifest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/FarcasterManifest",
  "title": "FarcasterManifest",
  "description": "Neynar Farcaster API schema for FarcasterManifest",
  "properties": {
    "account_association": {
      "$ref": "#/components/schemas/EncodedJsonFarcasterSignature"
    },
    "frame": {
      "properties": {
        "button_title": {
          "type": "string"
        },
        "description": {
          "description": "Detailed description of the configuration",
          "type": "string"
        },
        "hero_image_url": {
          "description": "URL of the hero image displayed for the configuration",
          "format": "uri",
          "type": "string"
        },
        "home_url": {
          "type": "string"
        },
        "icon_url": {
          "type": "string"
        },
        "image_url": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "noindex": {
          "description": "Whether search engines should not index this configuration",
          "type": "boolean"
        },
        "og_description": {
          "description": "Description used for Open Graph previews",
          "type": "string"
        },
        "og_image_url": {
          "description": "Image URL used for Open Graph previews",
          "format": "uri",
          "type": "string"
        },
        "og_title": {
          "description": "Title used for Open Graph previews",
          "type": "string"
        },
        "primary_category": {
          "description": "Primary category the configuration belongs to",
          "type": "string"
        },
        "screenshot_urls": {
          "description": "URLs of screenshots showcasing the configuration",
          "items": {
            "format": "uri",
            "type": "string"
          },
          "type": "array"
        },
        "splash_background_color": {
          "type": "string"
        },
        "splash_image_url": {
          "type": "string"
        },
        "subtitle": {
          "description": "Short subtitle for the configuration",
          "type": "string"
        },
        "tagline": {
          "description": "Short tagline for the configuration",
          "type": "string"
        },
        "tags": {
          "description": "Tags associated with the configuration",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "version": {
          "enum": [
            "1",
            "0.0.0",
            "0.0.1",
            "next"
          ],
          "type": "string"
        },
        "webhook_url": {
          "type": "string"
        }
      },
      "required": [
        "version",
        "name",
        "home_url",
        "icon_url"
      ],
      "type": "object"
    },
    "miniapp": {
      "properties": {
        "button_title": {
          "type": "string"
        },
        "description": {
          "description": "Detailed description of the configuration",
          "type": "string"
        },
        "hero_image_url": {
          "description": "URL of the hero image displayed for the configuration",
          "format": "uri",
          "type": "string"
        },
        "home_url": {
          "type": "string"
        },
        "icon_url": {
          "type": "string"
        },
        "image_url": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "noindex": {
          "description": "Whether search engines should not index this configuration",
          "type": "boolean"
        },
        "og_description": {
          "description": "Description used for Open Graph previews",
          "type": "string"
        },
        "og_image_url": {
          "description": "Image URL used for Open Graph previews",
          "format": "uri",
          "type": "string"
        },
        "og_title": {
          "description": "Title used for Open Graph previews",
          "type": "string"
        },
        "primary_category": {
          "description": "Primary category the configuration belongs to",
          "type": "string"
        },
        "screenshot_urls": {
          "description": "URLs of screenshots showcasing the configuration",
          "items": {
            "format": "uri",
            "type": "string"
          },
          "type": "array"
        },
        "splash_background_color": {
          "type": "string"
        },
        "splash_image_url": {
          "type": "string"
        },
        "subtitle": {
          "description": "Short subtitle for the configuration",
          "type": "string"
        },
        "tagline": {
          "description": "Short tagline for the configuration",
          "type": "string"
        },
        "tags": {
          "description": "Tags associated with the configuration",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "version": {
          "enum": [
            "1",
            "0.0.0",
            "0.0.1",
            "next"
          ],
          "type": "string"
        },
        "webhook_url": {
          "type": "string"
        }
      },
      "required": [
        "version",
        "name",
        "home_url",
        "icon_url"
      ],
      "type": "object"
    }
  },
  "required": [
    "account_association"
  ],
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/farcastermanifest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.