Backed out changeset f594e6f00208 (bug 1940883) for causing crashes in bug 1941164.
[gecko.git] / toolkit / components / shopping / schemas / reporting_response.schema.json
blob57ebebc66bce5b05ea6c4d115aa7c5c2f2592567
2   "$schema": "http://json-schema.org/draft-07/schema#",
3   "$id": "chrome://global/content/shopping/reporting_request.schema.json",
4   "title": "Report back in stock response",
5   "type": "object",
6   "properties": {
7     "message": {
8       "description": "String indicating current state",
9       "type": "string",
10       "examples": ["report created", "already reported", "not deleted"]
11     }
12   }