mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 06:35:12 +00:00
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "4061203411",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"definitions": {
|
|
"1190581820": {
|
|
"title": "EduUriResourcePacketPayload",
|
|
"type": "object",
|
|
"properties": {
|
|
"Edu Shared URI Resource": {
|
|
"$ref": "#/definitions/4222718913",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"required": [
|
|
"Edu Shared URI Resource"
|
|
]
|
|
},
|
|
"4222718913": {
|
|
"title": "EduSharedUriResource",
|
|
"type": "object",
|
|
"properties": {
|
|
"Button Name": {
|
|
"type": "string",
|
|
"x-ordinal-index": 0
|
|
},
|
|
"Link Uri": {
|
|
"type": "string",
|
|
"x-ordinal-index": 1
|
|
}
|
|
},
|
|
"required": [
|
|
"Button Name",
|
|
"Link Uri"
|
|
]
|
|
}
|
|
},
|
|
"title": "EduUriResourcePacket",
|
|
"description": "Transmits Edu Shared Uri Resource settings to all clients.",
|
|
"type": "object",
|
|
"properties": {
|
|
"mPayload": {
|
|
"$ref": "#/definitions/1190581820",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"[cereal:packet]": 170,
|
|
"[cereal:packet_details]": ""
|
|
}
|
|
} |