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