Gemfury · Schema
Version
A specific version of a package hosted on Gemfury
Package RepositoryPrivate PackagesGemnpmPyPIComposerNuGetGo ModulesMavenDEBRPMBowerRust CratesDeveloper Tools
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the version |
| name | string | Package name |
| version | string | Version string |
| prerelease | boolean | Whether this is a prerelease version |
| package_id | string | ID of the parent package |
| kind_key | string | Package ecosystem key |
| filename | string | File name of the package artifact |
| digests | object | Cryptographic hashes of the package artifact |
| download_url | string | Direct download URL for the package artifact |
| created_at | string | Timestamp when the version was uploaded |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.fury.io/schemas/version",
"title": "Version",
"description": "A specific version of a package hosted on Gemfury",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the version",
"pattern": "^ver_[a-z0-9]+$",
"example": "ver_eb3c12"
},
"name": {
"type": "string",
"description": "Package name",
"example": "express"
},
"version": {
"type": "string",
"description": "Version string",
"example": "4.18.2"
},
"prerelease": {
"type": "boolean",
"description": "Whether this is a prerelease version",
"example": false
},
"package_id": {
"type": "string",
"description": "ID of the parent package",
"pattern": "^pkg_[a-z0-9]+$",
"example": "pkg_eb3c12"
},
"kind_key": {
"type": "string",
"description": "Package ecosystem key",
"enum": ["gem", "js", "pip", "composer", "nuget", "go", "maven", "deb", "rpm", "bower", "crate"],
"example": "js"
},
"filename": {
"type": "string",
"description": "File name of the package artifact",
"example": "express-4.18.2.tgz"
},
"digests": {
"type": "object",
"description": "Cryptographic hashes of the package artifact",
"additionalProperties": {
"type": "string"
},
"example": {
"sha256": "abc123def456"
}
},
"download_url": {
"type": "string",
"format": "uri",
"description": "Direct download URL for the package artifact",
"example": "https://cdn.fury.io/example/express-4.18.2.tgz"
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the version was uploaded",
"example": "2023-01-15T12:00:00Z"
}
},
"required": ["id", "name", "version", "prerelease", "package_id", "kind_key"],
"additionalProperties": false
}
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/gemfury-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.