Neynar · Schema

Hub OnChainEventSigner

Neynar Hub API schema for OnChainEventSigner

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

hub-onchaineventsigner.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/hub/OnChainEventSigner",
  "title": "Hub OnChainEventSigner",
  "description": "Neynar Hub API schema for OnChainEventSigner",
  "allOf": [
    {
      "$ref": "#/components/schemas/OnChainEventCommon"
    },
    {
      "type": "object",
      "properties": {
        "signerEventBody": {
          "$ref": "#/components/schemas/SignerEventBody"
        }
      },
      "required": [
        "signerEventBody"
      ]
    }
  ]
}