Versioning Protocols · Example Payload

Versioning Protocols Semver Example

API DesignBackward CompatibilitySoftware DevelopmentVersion ControlSemantic VersioningAPI LifecycleDeprecation

Versioning Protocols Semver Example is an example object payload from Versioning Protocols, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

versionmajorminorpatchpreReleasebuildMetadataisBreakingisFeatureisBugFix

Example Payload

versioning-protocols-semver-example.json Raw ↑
{
  "version": "2.1.3",
  "major": 2,
  "minor": 1,
  "patch": 3,
  "preRelease": null,
  "buildMetadata": null,
  "isBreaking": false,
  "isFeature": true,
  "isBugFix": false
}