Neynar · Schema

CastId

[DEPRECATED: Use "cast" key instead]

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
fid object
hash string
View JSON Schema on GitHub

JSON Schema

castid.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/CastId",
  "title": "CastId",
  "description": "[DEPRECATED: Use \"cast\" key instead]",
  "deprecated": true,
  "properties": {
    "fid": {
      "$ref": "#/components/schemas/Fid"
    },
    "hash": {
      "type": "string"
    }
  },
  "required": [
    "fid",
    "hash"
  ],
  "type": "object"
}