Neynar Farcaster API schema for Embed
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neynar.com/schemas/Embed", "title": "Embed", "description": "Neynar Farcaster API schema for Embed", "anyOf": [ { "$ref": "#/components/schemas/EmbedCast" }, { "$ref": "#/components/schemas/EmbedUrl" } ] }