Neynar · Schema

Hub MessageDataCommon

Common properties shared by all Farcaster message types. These properties provide essential metadata about the message's origin, timing, and network context.

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationWebhookOnchain

Properties

Name Type Description
type object
fid integer The unique identifier (FID) of the user who created this message. FIDs are assigned sequentially when users register on the network and cannot be changed.
timestamp integer Seconds since Farcaster Epoch (2021-01-01T00:00:00Z). Used to order messages chronologically and determine the most recent state. Must be within 10 minutes of the current time when the message is crea
network object
View JSON Schema on GitHub

JSON Schema

hub-messagedatacommon.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/hub/MessageDataCommon",
  "title": "Hub MessageDataCommon",
  "description": "Common properties shared by all Farcaster message types. These properties provide essential metadata about the message's origin, timing, and network context.",
  "required": [
    "fid",
    "network",
    "timestamp"
  ],
  "type": "object",
  "properties": {
    "type": {
      "$ref": "#/components/schemas/MessageType"
    },
    "fid": {
      "title": "Farcaster ID of the user producing the message",
      "description": "The unique identifier (FID) of the user who created this message. FIDs are assigned sequentially when users register on the network and cannot be changed.",
      "type": "integer",
      "format": "uint64",
      "example": 2
    },
    "timestamp": {
      "description": "Seconds since Farcaster Epoch (2021-01-01T00:00:00Z). Used to order messages chronologically and determine the most recent state. Must be within 10 minutes of the current time when the message is created.",
      "type": "integer",
      "format": "int64",
      "example": 48994466
    },
    "network": {
      "$ref": "#/components/schemas/FarcasterNetwork"
    }
  }
}

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/hub-messagedatacommon"
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 email required.

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