Neynar · Schema

Hub SignerEventType

Neynar Hub API schema for SignerEventType

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

hub-signereventtype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/hub/SignerEventType",
  "title": "Hub SignerEventType",
  "description": "Neynar Hub API schema for SignerEventType",
  "type": "string",
  "default": "SIGNER_EVENT_TYPE_ADD",
  "enum": [
    "SIGNER_EVENT_TYPE_ADD",
    "SIGNER_EVENT_TYPE_REMOVE",
    "SIGNER_EVENT_TYPE_ADMIN_RESET"
  ]
}