Adding format version regex

This commit is contained in:
DaanV2
2021-04-06 22:41:46 +02:00
parent 659442fefd
commit 7d96ec8f17
20 changed files with 53 additions and 20 deletions

View File

@@ -0,0 +1,8 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "format_version",
"title": "Format version",
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
"pattern": "^[0-9,.]+?$",
"type": "string"
}