Neynar · Schema

Hub OnChainEventSignerMigrated

Neynar Hub API schema for OnChainEventSignerMigrated

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

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