mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-21 20:46:28 +00:00
15 lines
511 B
JSON
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"
|
|
}
|
|
} |