Neynar · Schema

Hub SignerMigratedEventBody

Neynar Hub API schema for SignerMigratedEventBody

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
migratedAt integer
View JSON Schema on GitHub

JSON Schema

hub-signermigratedeventbody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/hub/SignerMigratedEventBody",
  "title": "Hub SignerMigratedEventBody",
  "description": "Neynar Hub API schema for SignerMigratedEventBody",
  "type": "object",
  "properties": {
    "migratedAt": {
      "type": "integer",
      "format": "int64"
    }
  },
  "required": [
    "migratedAt"
  ]
}