Neynar · Schema

Hub PruneMessageBody

Neynar Hub API schema for PruneMessageBody

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
message object
View JSON Schema on GitHub

JSON Schema

hub-prunemessagebody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/hub/PruneMessageBody",
  "title": "Hub PruneMessageBody",
  "description": "Neynar Hub API schema for PruneMessageBody",
  "type": "object",
  "properties": {
    "message": {
      "$ref": "#/components/schemas/Message"
    }
  },
  "required": [
    "message"
  ]
}