{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://git.eeqj.de/sneak/chat/schema/s2s/link.schema.json", "title": "LINK (S2S)", "description": "Establish server link", "$ref": "../message.schema.json", "properties": { "command": { "const": "LINK" }, "body": { "type": "object", "description": "Link parameters" } }, "required": [ "command", "body" ] }