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 using fields like \u003ccode\u003eepoch\u003c/code\u003e, \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003erevision\u003c/code\u003e, \u003ccode\u003einclusive\u003c/code\u003e, and \u003ccode\u003ekind\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ekind\u003c/code\u003e field, which is mandatory, differentiates between regular package versions and special sentinel versions (MIN/MAX).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003einclusive\u003c/code\u003e field, a boolean, indicates if the specified version is within an inclusive range.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eepoch\u003c/code\u003e field is an integer used to correct errors in the version numbering sequence, and the \u003ccode\u003erevision\u003c/code\u003e field, a string, denotes the iteration of a package build.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eVersionKind\u003c/code\u003e enum defines different version types, including \u003ccode\u003eVERSION_KIND_UNSPECIFIED\u003c/code\u003e, \u003ccode\u003eNORMAL\u003c/code\u003e, \u003ccode\u003eMINIMUM\u003c/code\u003e, and \u003ccode\u003eMAXIMUM\u003c/code\u003e, representing unknown, standard, negative infinity, and positive infinity respectively.\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."]]