UNPKG

minecraft-data

Version:
32 lines (31 loc) 735 B
{ "title": "features", "type": "array", "uniqueItems": true, "items": { "title": "featureEntry", "type": "object", "properties": { "name": { "description": "The name of the feature", "type": "string", "pattern": ".+" }, "description": { "description": "The description of the feature", "type": "string", "pattern": ".+" }, "versions": { "description": "A tuple that describes the range of versions in the range", "type": "array", "items": { "title": "versionForFeatureIdentification", "type": "string", "minItems": 2, "additionalItems": false } } } } }