{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neynar.com/schemas/SubscribersResponse", "title": "SubscribersResponse", "description": "Neynar Farcaster API schema for SubscribersResponse", "properties": { "subscribers": { "items": { "$ref": "#/components/schemas/Subscriber" }, "type": "array" } }, "type": "object" }