1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-21 20:46:28 +00:00
bedrock-samples/metadata/json_schemas/CustomComponents v1.20.80.json
Mike Ammerlaan 1440438305 v1.21.30.3
2024-09-17 09:13:33 -07:00

15 lines
511 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3438816014",
"title": "minecraft:custom_components v1.20.80",
"description": "Specifies an array of custom components defined in a script that should be added to this item.",
"type": "array",
"items": {
"type": "string",
"pattern": "^(?:(?!^(minecraft):).)+:(?:.)+$"
},
"$metaProperties": {
"CEREAL_DOCUMENTATION_TAG": false,
"CEREAL_JSON_SCHEMA": "CustomComponents v1.20.80"
}
}