Package

A software package

APIs.ioEngineeringPlatform

Properties

Name Type Description
id integer Unique identifier of the package.
name string The name of the package.
package_type string
url string
html_url string
version_count integer The number of versions of the package.
visibility string
owner object
repository object
created_at string
updated_at string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-package-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/package",
  "title": "Package",
  "description": "A software package",
  "type": "object",
  "properties": {
    "id": {
      "description": "Unique identifier of the package.",
      "type": "integer",
      "example": 1
    },
    "name": {
      "description": "The name of the package.",
      "type": "string",
      "example": "super-linter"
    },
    "package_type": {
      "type": "string",
      "example": "docker",
      "enum": [
        "npm",
        "maven",
        "rubygems",
        "docker",
        "nuget",
        "container"
      ]
    },
    "url": {
      "type": "string",
      "example": "https://api.github.com/orgs/github/packages/container/super-linter"
    },
    "html_url": {
      "type": "string",
      "example": "https://github.com/orgs/github/packages/container/package/super-linter"
    },
    "version_count": {
      "description": "The number of versions of the package.",
      "type": "integer",
      "example": 1
    },
    "visibility": {
      "type": "string",
      "example": "private",
      "enum": [
        "private",
        "public"
      ]
    },
    "owner": {
      "$ref": "#/components/schemas/nullable-simple-user"
    },
    "repository": {
      "$ref": "#/components/schemas/nullable-minimal-repository"
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time"
    }
  },
  "required": [
    "id",
    "name",
    "package_type",
    "visibility",
    "url",
    "html_url",
    "version_count",
    "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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-package"
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.