UNPKG

minecraft-data

Version:
23 lines (22 loc) 447 B
{ "title": "sounds", "type": "array", "uniqueItems": true, "items": { "title": "sound", "type": "object", "properties": { "id": { "description": "The unique identifier for a sound", "type": "integer", "minimum": 0 }, "name": { "description": "The name of a sound", "type": "string" } }, "required": ["id", "name"], "additionalProperties": false } }