Files
minecraft-bedrock-json-schemas/source/general/format_version.json

8 lines
239 B
JSON
Raw Normal View History

2021-04-06 22:41:46 +02:00
{
"$id": "format_version",
2021-05-07 14:48:40 +02:00
"title": "Format Version",
2021-04-06 22:41:46 +02:00
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
2021-05-08 10:18:24 +02:00
"pattern": "^(1)\\.([0-9]+)\\.([0-9]+)$",
2021-04-06 22:41:46 +02:00
"type": "string"
}