{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "inventoryresult-structure.json", "title": "InventoryResult", "description": "Inventory availability result for a product across stores.", "type": "object", "properties": { "productId": { "type": "string", "description": "Product SKU." }, "stores": { "type": "array", "description": "Store inventory records." } } }