Bug 1941046 - Part 4: Send a callback request for impression and clicks of MARS Top...
[gecko.git] / toolkit / components / shopping / schemas / attribution_response.schema.json
blobdb3f8aacdd03e18851f58ad4219c6199199fbb90
2   "$schema": "http://json-schema.org/draft-07/schema#",
3   "$id": "chrome://global/content/shopping/events_response.schema.json",
4   "title": "Ad events response",
5   "type": "object",
6   "additionalProperties": {
7     "anyOf": [
8       {
9         "type": "string"
10       },
11       {
12         "type": "null"
13       }
14     ]
15   }