Files
minecraft-bedrock-json-schemas/source/behavior/features/1.13.0/features/minecraft.rect_layout.json
2021-06-08 17:12:21 +02:00

21 lines
564 B
JSON

{
"type": "object",
"additionalProperties": false,
"properties": {
"description": {
"title": "Description",
"description": "",
"type": "object",
"required": ["identifier"],
"properties": {
"identifier": {
"title": "Identifier",
"description": "The name of this feature in the form `namespace_name:feature_name`. `feature_name` must match the filename.",
"type": "string",
"$ref": "../../../../general/feature/identifier.json"
}
}
}
}
}