1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-11 09:30:53 +00:00
Files
bedrock-samples/metadata/json_schemas/server/biome/1.21.110/Biome Description.json
2025-09-09 10:02:11 -07:00

24 lines
656 B
JSON

{
"$id": "2649259398",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"1425698818": {
"title": "Identifier",
"type": "string"
}
},
"description": "Contains non-component settings for a Biome.",
"properties": {
"identifier": {
"$ref": "#/definitions/1425698818",
"description": "The name of the Biome, used by other features like the '/locate biome' command. Identifiers should only be lowercase.",
"pattern": "^[a-z0-9._%+-]+:[a-z0-9._%+-]+$"
}
},
"required": [
"identifier"
],
"title": "Biome Description",
"type": "object",
"x-format-version": "1.21.110"
}