Files
minecraft-bedrock-json-schemas/source/general/fog/identifier.json
2021-03-21 15:18:38 +01:00

9 lines
245 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.fog.identifier",
"type": "string",
"title": "Fog Identifier",
"description": "The minecraft fog identifier",
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
}