Neynar Farcaster API schema for VideoObject
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neynar.com/schemas/VideoObject", "title": "VideoObject", "description": "Neynar Farcaster API schema for VideoObject", "properties": { "height": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" }, "width": { "type": "string" } }, "required": [ "url" ], "type": "object" }