Source code

Revision control

Copy as Markdown

Other Tools

{
"$id": "chrome://global/content/shopping/analyze_response.schema.json",
"title": "Analyze response",
"type": "object",
"properties": {
"status": {
"description": "Current Analysis status",
"type": "string",
"examples": [
"pending",
"in_progress",
"completed",
"not_analyzable",
"unprocessable",
"page_not_supported",
"not_enough_reviews"
]
}
},
"required": ["status"]
}