1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-07 07:05:09 +00:00
Files
bedrock-protocol-docs/json/AutomationClientConnectPacket.json

48 lines
1.5 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "832422225",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"1768334900": {
"title": "struct AutomationClientConnectPacketPayload",
"type": "object",
"properties": {
"Web Socket Data": {
"$ref": "#/definitions/558490891",
"x-ordinal-index": 0
}
},
"required": [
"Web Socket Data"
]
},
"558490891": {
"title": "struct WebSocketPacketData",
"type": "object",
"properties": {
"Websocket Server URI": {
"type": "string",
"x-ordinal-index": 0
}
},
"required": [
"Websocket Server URI"
]
}
},
"title": "AutomationClientConnectPacket",
"description": "Initiates websocket connection",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/1768334900",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 95,
"[cereal:packet_details]": "Only used though command to connect to server URLs. This is primarily used by EDU for connecting to their companion apps and other external applications through web sockets. Some mods/3rd party packs use it as well."
}
}