{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neynar.com/schemas/hub/OnChainEventSigner", "title": "Hub OnChainEventSigner", "description": "Neynar Hub API schema for OnChainEventSigner", "allOf": [ { "$ref": "#/components/schemas/OnChainEventCommon" }, { "type": "object", "properties": { "signerEventBody": { "$ref": "#/components/schemas/SignerEventBody" } }, "required": [ "signerEventBody" ] } ] }