1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-05 01:59:57 +00:00
Files
2025-09-09 10:02:11 -07:00

17 lines
307 B
JSON

{
"$id": "1531870811",
"$schema": "http://json-schema.org/draft-07/schema#",
"oneOf": [
{
"type": "string"
},
{
"additionalProperties": {
"type": "string"
},
"type": "object"
}
],
"title": "Item Descriptor",
"x-format-version": "MISSING VERSION"
}