2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "$id": "chrome://global/content/shopping/analysis_response.schema.json",
5 "description": "A product analysis result",
9 "description": "Product identifier (ASIN / SKU).",
18 "examples": ["B07W59LRL9", "5200904.p", "1752657021"]
21 "description": "Reliability grade for the product's reviews.",
30 "examples": ["A", "B", "C", "D", "F"]
33 "description": "Product rating adjusted to exclude untrusted reviews.",
42 "examples": [4.7, null]
45 "description": "Boolean indicating if the analysis is stale.",
48 "page_not_supported": {
49 "description": "Boolean indicating if current product page is supported or not.",
52 "not_enough_reviews": {
53 "description": "Boolean indicating if the product has enough reviews to analyze.",
56 "last_analysis_time": {
57 "description": "Integer indicating last analysis time since 1970-01-01 00:00:00 +0000",
61 "description": "Boolean indicating if product is marked as deleted by website in Fakespot database",
64 "deleted_product_reported": {
65 "description": "Boolean indicating if product marked as deleted has already been reported as in stock by a user",
69 "description": "Object containing highlights for Amazon product.",
73 "description": "Highlights related to quality.",
75 "$ref": "#/$defs/highlights"
78 "description": "Highlights related to price.",
80 "$ref": "#/$defs/highlights"
83 "description": "Highlights related to shipping.",
85 "$ref": "#/$defs/highlights"
87 "packaging/appearance": {
88 "description": "Highlights related to packaging or appearance.",
90 "$ref": "#/$defs/highlights"
93 "description": "Highlights related to competitiveness.",
95 "$ref": "#/$defs/highlights"
102 "description": "Possibly empty array of highlights.",