Neynar · Schema

Hub MergeOnChainEventBody

Neynar Hub API schema for MergeOnChainEventBody

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
onChainEvent object
View JSON Schema on GitHub

JSON Schema

hub-mergeonchaineventbody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/hub/MergeOnChainEventBody",
  "title": "Hub MergeOnChainEventBody",
  "description": "Neynar Hub API schema for MergeOnChainEventBody",
  "type": "object",
  "properties": {
    "onChainEvent": {
      "$ref": "#/components/schemas/OnChainEvent"
    }
  },
  "required": [
    "onChainEvent"
  ]
}