minecraft-data
Version:
Provide easy access to minecraft data in node.js
32 lines (31 loc) • 735 B
JSON
{
"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
}
}
}
}
}