Neynar · Schema

EncodedJsonFarcasterSignature

Encoded JSON Farcaster signature

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
header string
payload string
signature string
View JSON Schema on GitHub

JSON Schema

encodedjsonfarcastersignature.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/EncodedJsonFarcasterSignature",
  "title": "EncodedJsonFarcasterSignature",
  "description": "Encoded JSON Farcaster signature",
  "properties": {
    "header": {
      "type": "string"
    },
    "payload": {
      "type": "string"
    },
    "signature": {
      "type": "string"
    }
  },
  "required": [
    "header",
    "payload",
    "signature"
  ],
  "type": "object"
}