1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-07 23:25:19 +00:00
Files
bedrock-protocol-docs/json/LessonProgressPacket.json

53 lines
1.5 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "1151833066",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"1317601419": {
"title": "LessonProgressPacketPayload",
"type": "object",
"properties": {
"Activity Id": {
"type": "string",
"x-ordinal-index": 2
},
"Lesson Action": {
"type": "integer",
"x-underlying-type": "int32",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 0
},
"Score": {
"type": "integer",
"x-underlying-type": "int32",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 1
}
},
"required": [
"Activity Id",
"Lesson Action",
"Score"
]
}
},
"title": "LessonProgressPacket",
"description": "Lesson Progress",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/1317601419",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 183,
"[cereal:packet_details]": ""
}
}