9 lines
278 B
JSON
9 lines
278 B
JSON
|
|
{
|
||
|
|
"$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"
|
||
|
|
}
|