{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://git.eeqj.de/sneak/chat/schema/numerics/376.json", "title": "376 RPL_ENDOFMOTD", "description": "End of MOTD. RFC 2812 ยง5.1.", "$ref": "../message.json", "properties": { "command": { "const": "376" }, "to": { "type": "string" }, "body": { "const": "End of /MOTD command" } }, "required": ["command", "to"] }