Azure DevOps · Schema

PackageVersion

A specific version of a package

AgileCI/CDDevOpsProject ManagementVersion Control

Properties

Name Type Description
id string Unique GUID identifier of this version
version string Version string (e.g., '1.2.3' or '1.0.0-beta.1')
normalizedVersion string Normalized version string for comparison
isLatest boolean Whether this is the latest stable version
isListed boolean Whether the version is listed (visible in package managers)
storageId string Storage identifier for the package files
views array Feed views this version is promoted to
deletedDate string Date the version was deleted (null if active)
publishDate string Date and time this version was published
sourceChain array Upstream source chain for packages from upstream sources
url string
View JSON Schema on GitHub

JSON Schema

microsoft-azure-devops-packageversion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PackageVersion",
  "title": "PackageVersion",
  "type": "object",
  "description": "A specific version of a package",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique GUID identifier of this version"
    },
    "version": {
      "type": "string",
      "description": "Version string (e.g., '1.2.3' or '1.0.0-beta.1')",
      "example": "1.2.3"
    },
    "normalizedVersion": {
      "type": "string",
      "description": "Normalized version string for comparison",
      "example": "1.2.3"
    },
    "isLatest": {
      "type": "boolean",
      "description": "Whether this is the latest stable version"
    },
    "isListed": {
      "type": "boolean",
      "description": "Whether the version is listed (visible in package managers)"
    },
    "storageId": {
      "type": "string",
      "description": "Storage identifier for the package files"
    },
    "views": {
      "type": "array",
      "description": "Feed views this version is promoted to",
      "items": {
        "$ref": "#/components/schemas/FeedView"
      }
    },
    "deletedDate": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "Date the version was deleted (null if active)"
    },
    "publishDate": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time this version was published"
    },
    "sourceChain": {
      "type": "array",
      "description": "Upstream source chain for packages from upstream sources",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "upstreamSourceType": {
            "type": "string"
          },
          "protocol": {
            "type": "string"
          },
          "location": {
            "type": "string",
            "format": "uri"
          }
        }
      }
    },
    "url": {
      "type": "string",
      "format": "uri"
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-azure-devops-packageversion"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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