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