1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-19 08:21:59 +00:00
Mike Ammerlaan 5ce65764d3 v1.21.50.7
2024-12-03 08:43:20 -08:00

36 lines
988 B
JSON

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