Neynar · Schema

EmbedUrl

Neynar Farcaster API schema for EmbedUrl

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
metadata object
url string
View JSON Schema on GitHub

JSON Schema

embedurl.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/EmbedUrl",
  "title": "EmbedUrl",
  "description": "Neynar Farcaster API schema for EmbedUrl",
  "properties": {
    "metadata": {
      "$ref": "#/components/schemas/EmbedUrlMetadata"
    },
    "url": {
      "type": "string"
    }
  },
  "required": [
    "url"
  ],
  "type": "object"
}