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