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