{ "$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" } } } }