APIs.io Engineering Platform · Schema
Package Version
A version of a software package
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Unique identifier of the package version. |
| name | string | The name of the package version. |
| url | string | |
| package_html_url | string | |
| html_url | string | |
| license | string | |
| description | string | |
| created_at | string | |
| updated_at | string | |
| deleted_at | string | |
| metadata | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/package-version",
"title": "Package Version",
"description": "A version of a software package",
"type": "object",
"properties": {
"id": {
"description": "Unique identifier of the package version.",
"type": "integer",
"example": 1
},
"name": {
"description": "The name of the package version.",
"type": "string",
"example": "latest"
},
"url": {
"type": "string",
"example": "https://api.github.com/orgs/github/packages/container/super-linter/versions/786068"
},
"package_html_url": {
"type": "string",
"example": "https://github.com/orgs/github/packages/container/package/super-linter"
},
"html_url": {
"type": "string",
"example": "https://github.com/orgs/github/packages/container/super-linter/786068"
},
"license": {
"type": "string",
"example": "MIT"
},
"description": {
"type": "string"
},
"created_at": {
"type": "string",
"format": "date-time",
"example": "2011-04-10T20:09:31Z"
},
"updated_at": {
"type": "string",
"format": "date-time",
"example": "2014-03-03T18:58:10Z"
},
"deleted_at": {
"type": "string",
"format": "date-time",
"example": "2014-03-03T18:58:10Z"
},
"metadata": {
"type": "object",
"title": "Package Version Metadata",
"properties": {
"package_type": {
"type": "string",
"example": "docker",
"enum": [
"npm",
"maven",
"rubygems",
"docker",
"nuget",
"container"
]
},
"container": {
"type": "object",
"title": "Container Metadata",
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"tags"
]
},
"docker": {
"type": "object",
"title": "Docker Metadata",
"properties": {
"tag": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"tags"
]
}
},
"required": [
"package_type"
]
}
},
"required": [
"id",
"name",
"url",
"package_html_url",
"created_at",
"updated_at"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-package-version"
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.