Neynar · Schema

Hub UrlEmbed

Neynar Hub API schema for UrlEmbed

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
url string
View JSON Schema on GitHub

JSON Schema

hub-urlembed.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/hub/UrlEmbed",
  "title": "Hub UrlEmbed",
  "description": "Neynar Hub API schema for UrlEmbed",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    }
  },
  "required": [
    "url"
  ]
}