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