1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-24 16:16:13 +00:00
bedrock-samples/metadata/json_schemas/Item Descriptor.json
Mike Ammerlaan 1440438305 v1.21.30.3
2024-09-17 09:13:33 -07:00

20 lines
477 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "1531870811",
"title": "struct SharedTypes::Legacy::ItemDescriptor",
"oneOf": [
{
"type": "string"
},
{
"title": "associative container",
"type": "object",
"additionalProperties": {
"type": "string"
}
}
],
"$metaProperties": {
"CEREAL_JSON_SCHEMA": "Item Descriptor"
}
}