Neynar · Schema

Hub OnChainEventStorageRent

Neynar Hub API schema for OnChainEventStorageRent

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

hub-onchaineventstoragerent.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/hub/OnChainEventStorageRent",
  "title": "Hub OnChainEventStorageRent",
  "description": "Neynar Hub API schema for OnChainEventStorageRent",
  "allOf": [
    {
      "$ref": "#/components/schemas/OnChainEventCommon"
    },
    {
      "type": "object",
      "properties": {
        "storageRentEventBody": {
          "$ref": "#/components/schemas/StorageRentEventBody"
        }
      },
      "required": [
        "storageRentEventBody"
      ]
    }
  ]
}