Neynar Farcaster API schema for EmbedUrl
{ "$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" }