2020-11-18 10:01:52 +01:00
|
|
|
{
|
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
|
|
|
"$id": "blockception.minecraft.fog.identifier",
|
|
|
|
|
"type": "string",
|
2021-03-21 15:18:38 +01:00
|
|
|
"title": "Fog Identifier",
|
2020-11-18 10:01:52 +01:00
|
|
|
"description": "The minecraft fog identifier",
|
2021-01-06 13:05:08 +01:00
|
|
|
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
|
2020-11-18 10:01:52 +01:00
|
|
|
}
|