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