2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "$id": "chrome://global/content/shopping/analysis_request.schema.json",
4 "title": "Product request",
8 "description": "Product identifier (ASIN / SKU).",
10 "examples": ["B07W59LRL9", "5200904.p", "1752657021"]
13 "description": "Product websites.",
15 "examples": ["amazon.com", "amazon.ca", "bestbuy.com", "walmart.com"]
18 "required": ["product_id", "website"]