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