{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neynar.com/schemas/CastsResponse", "title": "CastsResponse", "description": "Neynar Farcaster API schema for CastsResponse", "properties": { "result": { "properties": { "casts": { "items": { "$ref": "#/components/schemas/Cast" }, "type": "array" } }, "required": [ "casts" ], "type": "object" } }, "required": [ "result" ], "type": "object" }