Suger · JSON Structure

Suger Product Structure

JSON structure documentation for Suger marketplace product resources

Type: Properties: 0
Cloud MarketplaceGo-To-MarketSoftware-as-a-ServiceBillingEntitlementRevenueCo-Sell

Suger Product Structure is a JSON Structure definition published by Suger.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Suger Product Structure",
  "description": "JSON structure documentation for Suger marketplace product resources",
  "version": "1.0",
  "created": "2026-05-02",
  "structure": {
    "type": "object",
    "label": "Product",
    "description": "Cloud marketplace product listing",
    "fields": [
      { "name": "id", "type": "string", "required": true, "description": "Unique product identifier" },
      { "name": "orgId", "type": "string", "required": true, "description": "Owning organization ID" },
      { "name": "name", "type": "string", "required": true, "description": "Product display name" },
      { "name": "description", "type": "string", "required": false, "description": "Product description" },
      { "name": "partner", "type": "enum", "required": true, "values": ["AWS", "AZURE", "GCP", "SNOWFLAKE"], "description": "Cloud marketplace partner" },
      { "name": "status", "type": "enum", "required": false, "values": ["DRAFT", "PENDING", "PUBLISHED", "UNPUBLISHED"], "description": "Publication status" },
      { "name": "fulfillmentUrl", "type": "string", "format": "uri", "required": false, "description": "Post-purchase redirect URL" },
      { "name": "metaInfo", "type": "object", "required": false, "description": "Arbitrary metadata" },
      { "name": "dimensions", "type": "array", "required": false, "description": "Metering dimensions",
        "items": {
          "type": "object",
          "fields": [
            { "name": "id", "type": "string" },
            { "name": "name", "type": "string" },
            { "name": "unit", "type": "string" }
          ]
        }
      },
      { "name": "createdAt", "type": "string", "format": "date-time", "required": false },
      { "name": "updatedAt", "type": "string", "format": "date-time", "required": false }
    ]
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/suger-product-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.