{ "type": "module", "name": "YETO69 Artifact Validator", "description": "Validates artifact inscriptions for the YETO69 Scout system.", "protocol": "yeto69-artifact-v1", "schema": { "type": "object", "required": [ "block", "name", "guild" ], "properties": { "block": { "type": "string", "pattern": "^[0-9]{5,6}\\.bitmap$" }, "name": { "type": "string", "minLength": 3 }, "guild": { "type": "string", "minLength": 2 } } }, "version": "1.0.0" }