1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-05 12:29:51 +00:00
Files
bedrock-samples/metadata/json_schemas/server/item/1.20.80/CustomComponents.json
2025-10-01 09:35:13 -07:00

13 lines
421 B
JSON

{
"$id": "3438816014",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Specifies an array of custom components defined in a script that should be added to this item.",
"items": {
"pattern": "^(?:(?!^(minecraft):).)+:(?:.)+$",
"type": "string",
"x-regex-flags": "ECMAScript,icase"
},
"title": "minecraft:custom_components",
"type": "array",
"x-format-version": "1.20.80"
}