1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-21 20:46:28 +00:00
bedrock-samples/metadata/json_schemas/Dyeable v1.21.30.json
Mike Ammerlaan 1440438305 v1.21.30.3
2024-09-17 09:13:33 -07:00

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"
}
}