mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-07-02 11:38:20 +00:00
18 lines
439 B
JSON
18 lines
439 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "1531870811",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.90-beta.3",
|
|
"title": "struct SharedTypes::Legacy::ItemDescriptor",
|
|
"oneOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
]
|
|
} |