1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-09-30 17:02:50 +00:00
Files
2025-09-09 10:02:11 -07:00

34 lines
699 B
JSON

{
"$id": "3602397325",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"3915697282": {
"$metaProperties": {
"CEREAL_EDITOR_SCHEMA_TAG": "type:color"
},
"oneOf": [
{
"pattern": "^#[a-fA-F0-9]{6}$",
"type": "string"
},
{
"items": {
"type": "integer"
},
"maxItems": 3,
"minItems": 3,
"type": "array"
}
],
"title": "Color255RGB"
}
},
"properties": {
"default_color": {
"$ref": "#/definitions/3915697282"
}
},
"title": "minecraft:dyeable",
"type": "object",
"x-format-version": "1.21.30"
}