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