3M · Schema

ProductList

List of 3M products

IndustrialManufacturingSupply ChainFortune 100

Properties

Name Type Description
products array Array of product records
View JSON Schema on GitHub

JSON Schema

3m-partner-supplier-api-product-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/3m/refs/heads/main/json-schema/3m-partner-supplier-api-product-list-schema.json",
  "title": "ProductList",
  "description": "List of 3M products",
  "type": "object",
  "properties": {
    "products": {
      "type": "array",
      "description": "Array of product records",
      "items": {
        "$ref": "#/components/schemas/Product"
      }
    }
  }
}