FOSSology · Schema

FOSSologyUpload

A FOSSology upload representing a scanned source artifact.

ComplianceLicensingLinux FoundationScanningSPDXOpen-Source

Properties

Name Type Description
id integer Unique upload identifier.
folderid integer Parent folder identifier.
foldername string Parent folder name.
description string Human description of the upload.
uploadname string Name assigned to the upload (typically the source filename).
uploaddate string When the upload was created.
assignee integer User id the upload is assigned to.
assigneeDate stringnull
closingDate stringnull
hash object
filesize integer
clearingStatus string
View JSON Schema on GitHub

JSON Schema

fossology-upload.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/fossology/refs/heads/main/json-schema/fossology-upload.json",
  "title": "FOSSologyUpload",
  "description": "A FOSSology upload representing a scanned source artifact.",
  "type": "object",
  "required": ["id", "foldername", "uploadname"],
  "properties": {
    "id": { "type": "integer", "description": "Unique upload identifier." },
    "folderid": { "type": "integer", "description": "Parent folder identifier." },
    "foldername": { "type": "string", "description": "Parent folder name." },
    "description": { "type": "string", "description": "Human description of the upload." },
    "uploadname": { "type": "string", "description": "Name assigned to the upload (typically the source filename)." },
    "uploaddate": { "type": "string", "format": "date-time", "description": "When the upload was created." },
    "assignee": { "type": "integer", "description": "User id the upload is assigned to." },
    "assigneeDate": { "type": ["string", "null"], "format": "date-time" },
    "closingDate": { "type": ["string", "null"], "format": "date-time" },
    "hash": {
      "type": "object",
      "properties": {
        "sha1": { "type": "string" },
        "md5": { "type": "string" },
        "sha256": { "type": "string" },
        "size": { "type": "integer" }
      }
    },
    "filesize": { "type": "integer" },
    "clearingStatus": {
      "type": "string",
      "enum": ["Open", "InProgress", "Closed", "Rejected"]
    }
  }
}

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/fossology-upload"
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.