Suger · Schema

Suger Product

A cloud marketplace product listing managed through the Suger platform.

Cloud MarketplaceGo-To-MarketSoftware-as-a-ServiceBillingEntitlementRevenueCo-Sell

Properties

Name Type Description
id string Unique identifier for the product
orgId string Organization ID that owns this product
name string Display name of the product
description string Product description shown in marketplace listings
partner string Cloud marketplace partner where the product is listed
status string Current publication status of the product
fulfillmentUrl string URL to redirect buyers after purchasing the product
metaInfo object Additional metadata for the product
dimensions array Metering dimensions available for usage-based billing
createdAt string Timestamp when the product was created
updatedAt string Timestamp when the product was last updated
View JSON Schema on GitHub

JSON Schema

suger-product-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.suger.cloud/schemas/product",
  "title": "Suger Product",
  "description": "A cloud marketplace product listing managed through the Suger platform.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the product"
    },
    "orgId": {
      "type": "string",
      "description": "Organization ID that owns this product"
    },
    "name": {
      "type": "string",
      "description": "Display name of the product"
    },
    "description": {
      "type": "string",
      "description": "Product description shown in marketplace listings"
    },
    "partner": {
      "type": "string",
      "enum": ["AWS", "AZURE", "GCP", "SNOWFLAKE"],
      "description": "Cloud marketplace partner where the product is listed"
    },
    "status": {
      "type": "string",
      "enum": ["DRAFT", "PENDING", "PUBLISHED", "UNPUBLISHED"],
      "description": "Current publication status of the product"
    },
    "fulfillmentUrl": {
      "type": "string",
      "format": "uri",
      "description": "URL to redirect buyers after purchasing the product"
    },
    "metaInfo": {
      "type": "object",
      "description": "Additional metadata for the product",
      "additionalProperties": true
    },
    "dimensions": {
      "type": "array",
      "description": "Metering dimensions available for usage-based billing",
      "items": {
        "type": "object",
        "properties": {
          "id": { "type": "string" },
          "name": { "type": "string" },
          "unit": { "type": "string" }
        }
      }
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the product was created"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the product was last updated"
    }
  },
  "required": ["id", "orgId", "name", "partner"],
  "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.
All 92 tools

Call it yourself

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