Neynar · Schema

StorageObject

Neynar Farcaster API schema for StorageObject

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
capacity integer
object string
used integer
View JSON Schema on GitHub

JSON Schema

storageobject.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/StorageObject",
  "title": "StorageObject",
  "description": "Neynar Farcaster API schema for StorageObject",
  "properties": {
    "capacity": {
      "example": 10000,
      "type": "integer"
    },
    "object": {
      "example": "storage",
      "type": "string"
    },
    "used": {
      "example": 3659,
      "type": "integer"
    }
  },
  "type": "object"
}