mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 15:55:09 +00:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2903769210",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"definitions": {
|
|
"577999097": {
|
|
"title": "PurchaseReceiptPacketPayload",
|
|
"type": "object",
|
|
"properties": {
|
|
"PurchaseReceipts": {
|
|
"description": "Purchase Receipts",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"x-ordinal-index": 0,
|
|
"maxItems": 10000
|
|
}
|
|
},
|
|
"required": [
|
|
"PurchaseReceipts"
|
|
]
|
|
}
|
|
},
|
|
"title": "PurchaseReceiptPacket",
|
|
"description": "Sent from client to server",
|
|
"type": "object",
|
|
"properties": {
|
|
"mPayload": {
|
|
"$ref": "#/definitions/577999097",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"[cereal:packet]": 92,
|
|
"[cereal:packet_details]": "Sent from the client after we make a purchase in the store OR if we login and our entitlements are verified.\nIt sends a vector of purchase receipts(string).There is a handler and a multiple senders."
|
|
}
|
|
} |