Neynar · Schema

OembedRichData

Rich OEmbed data

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationWebhookOnchain

Properties

Name Type Description
author_name string The name of the author/owner of the resource.
author_url string A URL for the author/owner of the resource.
cache_age string The suggested cache lifetime for this resource, in seconds. Consumers may choose to use this value or not.
height number The height in pixels required to display the HTML.
html string The HTML required to display the resource. The HTML should have no padding or margins. Consumers may wish to load the HTML in an off-domain iframe to avoid XSS vulnerabilities. The markup should be va
provider_name string The name of the resource provider.
provider_url string The url of the resource provider.
thumbnail_height number The height of the optional thumbnail. If this parameter is present, thumbnail_url and thumbnail_width must also be present.
thumbnail_url string A URL to a thumbnail image representing the resource. The thumbnail must respect any maxwidth and maxheight parameters. If this parameter is present, thumbnail_width and thumbnail_height must also be
thumbnail_width number The width of the optional thumbnail. If this parameter is present, thumbnail_url and thumbnail_height must also be present.
title string A text title, describing the resource.
type string
version string
width number The width in pixels required to display the HTML.
View JSON Schema on GitHub

JSON Schema

oembedrichdata.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/OembedRichData",
  "title": "OembedRichData",
  "description": "Rich OEmbed data",
  "properties": {
    "author_name": {
      "description": "The name of the author/owner of the resource.",
      "nullable": true,
      "type": "string"
    },
    "author_url": {
      "description": "A URL for the author/owner of the resource.",
      "nullable": true,
      "type": "string"
    },
    "cache_age": {
      "description": "The suggested cache lifetime for this resource, in seconds. Consumers may choose to use this value or not.",
      "nullable": true,
      "type": "string"
    },
    "height": {
      "description": "The height in pixels required to display the HTML.",
      "nullable": true,
      "type": "number"
    },
    "html": {
      "description": "The HTML required to display the resource. The HTML should have no padding or margins. Consumers may wish to load the HTML in an off-domain iframe to avoid XSS vulnerabilities. The markup should be valid XHTML 1.0 Basic.",
      "nullable": true,
      "type": "string"
    },
    "provider_name": {
      "description": "The name of the resource provider.",
      "nullable": true,
      "type": "string"
    },
    "provider_url": {
      "description": "The url of the resource provider.",
      "nullable": true,
      "type": "string"
    },
    "thumbnail_height": {
      "description": "The height of the optional thumbnail. If this parameter is present, thumbnail_url and thumbnail_width must also be present.",
      "nullable": true,
      "type": "number"
    },
    "thumbnail_url": {
      "description": "A URL to a thumbnail image representing the resource. The thumbnail must respect any maxwidth and maxheight parameters. If this parameter is present, thumbnail_width and thumbnail_height must also be present.",
      "nullable": true,
      "type": "string"
    },
    "thumbnail_width": {
      "description": "The width of the optional thumbnail. If this parameter is present, thumbnail_url and thumbnail_height must also be present.",
      "nullable": true,
      "type": "number"
    },
    "title": {
      "description": "A text title, describing the resource.",
      "nullable": true,
      "type": "string"
    },
    "type": {
      "enum": [
        "rich"
      ],
      "type": "string"
    },
    "version": {
      "nullable": true,
      "type": "string"
    },
    "width": {
      "description": "The width in pixels required to display the HTML.",
      "nullable": true,
      "type": "number"
    }
  },
  "required": [
    "type",
    "version",
    "html"
  ],
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/oembedrichdata"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.