{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "required": [ "message" ], "properties": { "message": { "type": "hex", "description": "The raw, hex-encoded, gossip message to add to the local gossip view." } } }