Versioning Protocols · Example Payload

Versioning Protocols Calver Example

API DesignBackward CompatibilitySoftware DevelopmentVersion ControlSemantic VersioningAPI LifecycleDeprecation

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

Top-level fields

versionyearmonthdaymodifierformatreleaseDate

Example Payload

versioning-protocols-calver-example.json Raw ↑
{
  "version": "2026-05-03",
  "year": 2026,
  "month": 5,
  "day": 3,
  "modifier": null,
  "format": "YYYY-MM-DD",
  "releaseDate": "2026-05-03"
}