Sonatype · Schema

Sonatype Lifecycle Application

An application registered in Sonatype Lifecycle for software composition analysis and policy enforcement.

Software Supply ChainSecurityVulnerability ManagementSBOMSoftware Composition AnalysisDevSecOps

Properties

Name Type Description
id string Internal application identifier
publicId string Public identifier used in API calls and reports
name string Display name of the application
organizationId string ID of the organization that owns this application
contactUserName stringnull Username of the application contact
applicationTags array Tags/categories assigned to this application
View JSON Schema on GitHub

JSON Schema

sonatype-application-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/sonatype/main/json-schema/sonatype-application-schema.json",
  "title": "Sonatype Lifecycle Application",
  "description": "An application registered in Sonatype Lifecycle for software composition analysis and policy enforcement.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Internal application identifier"
    },
    "publicId": {
      "type": "string",
      "description": "Public identifier used in API calls and reports"
    },
    "name": {
      "type": "string",
      "description": "Display name of the application"
    },
    "organizationId": {
      "type": "string",
      "description": "ID of the organization that owns this application"
    },
    "contactUserName": {
      "type": ["string", "null"],
      "description": "Username of the application contact"
    },
    "applicationTags": {
      "type": "array",
      "description": "Tags/categories assigned to this application",
      "items": {
        "type": "object",
        "properties": {
          "id": {"type": "string"},
          "tagId": {"type": "string"},
          "applicationId": {"type": "string"}
        }
      }
    }
  },
  "required": ["id", "publicId", "name", "organizationId"]
}

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/sonatype-application"
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 email required.

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