Neynar · Schema

RemoveVerificationReqBody

Neynar Farcaster API schema for RemoveVerificationReqBody

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
address object
block_hash string
eth_signature string
signer_uuid object
View JSON Schema on GitHub

JSON Schema

removeverificationreqbody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/RemoveVerificationReqBody",
  "title": "RemoveVerificationReqBody",
  "description": "Neynar Farcaster API schema for RemoveVerificationReqBody",
  "properties": {
    "address": {
      "$ref": "#/components/schemas/EthAddress"
    },
    "block_hash": {
      "example": "0x191905a9201170abb55f4c90a4cc968b44c1b71cdf3db2764b775c93e7e22b29",
      "type": "string"
    },
    "eth_signature": {
      "example": "0x2fc09da1f4dcb723fefb91f77932c249c418c0af00c66ed92ee1f35002c80d6a1145280c9f361d207d28447f8f7463366840d3a9309036cf6954afd1fd331beb1b",
      "type": "string"
    },
    "signer_uuid": {
      "$ref": "#/components/schemas/SignerUUID"
    }
  },
  "required": [
    "signer_uuid",
    "address",
    "block_hash",
    "eth_signature"
  ],
  "type": "object"
}