mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-21 20:46:28 +00:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3602397325",
|
|
"definitions": {
|
|
"3915697282": {
|
|
"title": "Color255RGB",
|
|
"description": "[editor(type:color)]",
|
|
"oneOf": [
|
|
{
|
|
"type": "string",
|
|
"pattern": "^#[a-fA-F0-9]{6}$"
|
|
},
|
|
{
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "integer"
|
|
},
|
|
"minItems": 3,
|
|
"maxItems": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"title": "minecraft:dyeable v1.21.30",
|
|
"type": "object",
|
|
"properties": {
|
|
"default_color": {
|
|
"description": "[editor(type:color)]",
|
|
"$ref": "#/definitions/3915697282"
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Dyeable v1.21.30"
|
|
}
|
|
} |