Backed out changeset f594e6f00208 (bug 1940883) for causing crashes in bug 1941164.
[gecko.git] / toolkit / components / shopping / schemas / analysis_request.schema.json
blob5332f2f842224000ba43050d99f621c66a0c3cbc
2   "$schema": "http://json-schema.org/draft-07/schema#",
3   "$id": "chrome://global/content/shopping/analysis_request.schema.json",
4   "title": "Product request",
5   "type": "object",
6   "properties": {
7     "product_id": {
8       "description": "Product identifier (ASIN / SKU).",
9       "type": "string",
10       "examples": ["B07W59LRL9", "5200904.p", "1752657021"]
11     },
12     "website": {
13       "description": "Product websites.",
14       "type": "string",
15       "examples": ["amazon.com", "amazon.ca", "bestbuy.com", "walmart.com"]
16     }
17   },
18   "required": ["product_id", "website"]