Files
minecraft-bedrock-json-schemas/general/fog/identifier.json
2021-01-06 13:05:08 +01:00

9 lines
259 B
JSON

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