mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-05 01:59:57 +00:00
17 lines
307 B
JSON
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"
|
|
} |