Versioning Protocols · JSON Structure

Versioning Protocols Calver Structure

Calendar Versioning (CalVer) version string using date-based identifiers

Type: object Properties: 7 Required: 2
API DesignBackward CompatibilitySoftware DevelopmentVersion ControlSemantic VersioningAPI LifecycleDeprecation

CalendarVersion is a JSON Structure definition published by Versioning Protocols, describing 7 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

version year month day modifier format releaseDate

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

versioning-protocols-calver-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/versioning-protocols/refs/heads/main/json-structure/versioning-protocols-calver-structure.json",
  "description": "Calendar Versioning (CalVer) version string using date-based identifiers",
  "type": "object",
  "properties": {
    "version": {
      "type": "string",
      "description": "Full CalVer version string (e.g., 2026-05-03, 2026.05)",
      "example": "2026-05-03"
    },
    "year": {
      "type": "int32",
      "minimum": 2000,
      "description": "Full 4-digit year",
      "example": 2026
    },
    "month": {
      "type": "int32",
      "minimum": 1,
      "maximum": 12,
      "description": "Month number (1-12)",
      "example": 5
    },
    "day": {
      "type": "int32",
      "minimum": 1,
      "maximum": 31,
      "description": "Day of month (1-31)",
      "example": 3
    },
    "modifier": {
      "type": "string",
      "description": "Optional modifier (e.g., dev, alpha, beta, rc)",
      "example": "rc"
    },
    "format": {
      "type": "string",
      "enum": [
        "YYYY.MM.DD",
        "YYYY-MM-DD",
        "YYYY.MM",
        "YYYY"
      ],
      "description": "CalVer format used for this version",
      "example": "YYYY-MM-DD"
    },
    "releaseDate": {
      "type": "date",
      "description": "ISO 8601 release date",
      "example": "2026-05-03"
    }
  },
  "required": [
    "version",
    "year"
  ],
  "name": "CalendarVersion"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/versioning-protocols-calver-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.