{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://git.eeqj.de/sneak/chat/schema/numerics/442.json", "title": "442 ERR_NOTONCHANNEL", "description": "You're not on that channel. RFC 1459 ยง6.1.", "$ref": "../message.json", "properties": { "command": { "const": "442" }, "to": { "type": "string" }, "params": { "type": "array", "items": { "type": "string" }, "description": "[channel]." }, "body": { "const": "You're not on that channel" } }, "required": ["command", "to", "params"] }