Admin Pack Version Object

A Admin Pack Version Object is an object returned from the API which contains information about a pack's version for pack admins. The details about what data it provides is listed below.

Returned Data (Represented by $object)

NameTypeDescription
$object→namestringThe name of the version (only for development versions)
$object→versionstringThe Version
$object→minecraftVersionstringThe Minecraft Version
$object→recommendedbooleanIf this version is recommended or not
$object→developmentbooleanIf this version is a development version or not
$object→publishedintThe unixtime this version was published (only for published versions)
$object→lastEditedintThe unixtime this version was last edited (only for development versions)
$object→changelogstringThe changelog for this version