Neynar · Schema

AppHostPostEventReqBody

Request body for app host events. Can either provide a signed_message or a signer_uuid with event details.

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

apphostposteventreqbody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/AppHostPostEventReqBody",
  "title": "AppHostPostEventReqBody",
  "description": "Request body for app host events. Can either provide a signed_message or a signer_uuid with event details.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/SignedMessageBody"
    },
    {
      "$ref": "#/components/schemas/SignerUuidBody"
    }
  ]
}