1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-06 21:45:34 +00:00
Files
bedrock-protocol-docs/json/ServerSettingsResponsePacket.json

44 lines
1.2 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3053596948",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"1083536229": {
"title": "ServerSettingsResponsePacketPayload",
"type": "object",
"properties": {
"Form ID": {
"type": "integer",
"x-underlying-type": "uint32",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 0
},
"Form UI JSON": {
"type": "string",
"x-ordinal-index": 1
}
},
"required": [
"Form ID",
"Form UI JSON"
]
}
},
"title": "ServerSettingsResponsePacket",
"description": "Server Settings Response",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/1083536229",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 103,
"[cereal:packet_details]": ""
}
}