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