Files
minecraft-bedrock-json-schemas/source/general/entity/identifier.json
2021-03-11 12:06:04 +01:00

10 lines
321 B
JSON

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