Neynar · Schema

AppHostPostEventResponse

Neynar Farcaster API schema for AppHostPostEventResponse

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
message string
success boolean
View JSON Schema on GitHub

JSON Schema

apphostposteventresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/AppHostPostEventResponse",
  "title": "AppHostPostEventResponse",
  "description": "Neynar Farcaster API schema for AppHostPostEventResponse",
  "properties": {
    "message": {
      "example": "Successfully processed event",
      "type": "string"
    },
    "success": {
      "example": true,
      "type": "boolean"
    }
  },
  "required": [
    "success"
  ],
  "type": "object"
}