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