Catalog Item

Schema for a Google Cloud Recommendations AI catalog item resource.

E-CommerceGoogle CloudMachine-LearningPersonalizationRecommendationsRetail

Properties

Name Type Description
id string Unique identifier of the catalog item.
categoryHierarchies array Category hierarchies for the catalog item.
title string Title of the catalog item.
description string Description of the catalog item.
languageCode string Language code of the catalog item content.
tags array Tags associated with the catalog item.
itemAttributes object Custom attributes of the catalog item.
productMetadata object Product-specific metadata.
View JSON Schema on GitHub

JSON Schema

catalog-item.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/google-cloud-recommendations-ai/refs/heads/main/json-schema/catalog-item.json",
  "title": "Catalog Item",
  "description": "Schema for a Google Cloud Recommendations AI catalog item resource.",
  "type": "object",
  "required": ["id", "categoryHierarchies", "title"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the catalog item."
    },
    "categoryHierarchies": {
      "type": "array",
      "description": "Category hierarchies for the catalog item.",
      "items": {
        "type": "object",
        "properties": {
          "categories": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Ordered list of category names from root to leaf."
          }
        }
      }
    },
    "title": {
      "type": "string",
      "description": "Title of the catalog item."
    },
    "description": {
      "type": "string",
      "description": "Description of the catalog item."
    },
    "languageCode": {
      "type": "string",
      "description": "Language code of the catalog item content."
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Tags associated with the catalog item."
    },
    "itemAttributes": {
      "type": "object",
      "description": "Custom attributes of the catalog item.",
      "properties": {
        "categoricalFeatures": {
          "type": "object",
          "additionalProperties": {
            "type": "object"
          }
        },
        "numericalFeatures": {
          "type": "object",
          "additionalProperties": {
            "type": "object"
          }
        }
      }
    },
    "productMetadata": {
      "type": "object",
      "description": "Product-specific metadata.",
      "properties": {
        "priceRange": {
          "type": "object",
          "properties": {
            "min": {
              "type": "number",
              "description": "Minimum product price."
            },
            "max": {
              "type": "number",
              "description": "Maximum product price."
            }
          }
        },
        "availableQuantity": {
          "type": "integer",
          "description": "Available quantity of the product."
        },
        "canonicalProductUri": {
          "type": "string",
          "description": "Canonical URI of the product page."
        }
      }
    }
  }
}

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/catalog-item"
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.