Used to correct mistakes in the version numbering scheme.
name
string
Required only when version kind is NORMAL. The main part of the version name.
revision
string
The iteration of the package build from the above version.
inclusive
boolean
Whether this version is specifying part of an inclusive range. Grafeas does not have the capability to specify version ranges; instead we have fields that specify start version and end versions. At times this is insufficient - we also need to specify whether the version is included in the range or is excluded from the range. This boolean is expected to be set to true when the version is included in a range.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-13 UTC."],[[["\u003cp\u003eVersion information for a package is structured with fields like \u003ccode\u003eepoch\u003c/code\u003e, \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003erevision\u003c/code\u003e, \u003ccode\u003einclusive\u003c/code\u003e, \u003ccode\u003ekind\u003c/code\u003e, and \u003ccode\u003efullName\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ekind\u003c/code\u003e field in a version distinguishes between regular package versions (NORMAL) and sentinel versions (MINIMUM/MAXIMUM), representing negative and positive infinity, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003einclusive\u003c/code\u003e field specifies whether a particular version is included or excluded from a defined range.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJSON representation\u003c/code\u003e shows that the version contains information about epoch, name, revision, inclusive status, kind and full name of the package version.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eepoch\u003c/code\u003e field is an integer that is used to correct mistakes in the version numbering scheme.\u003c/p\u003e\n"]]],[],null,["# Version\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [VersionKind](#VersionKind)\n\nVersion contains structured information about the version of a package.\n\nVersionKind\n-----------\n\nWhether this is an ordinary package version or a sentinel MIN/MAX version."]]