mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-11 21:04:55 +00:00
24 lines
656 B
JSON
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"
|
|
} |