{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://git.eeqj.de/sneak/chat/schema/s2c/366.schema.json", "title": "366 RPL_ENDOFNAMES (S2C)", "description": "End of names list", "$ref": "../message.schema.json", "properties": { "command": { "const": "366" }, "body": { "type": "array", "items": { "type": "string" }, "description": "Response lines" } }, "required": [ "command", "to", "body" ] }