repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
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
blob
db3f8aacdd03e18851f58ad4219c6199199fbb90
1
{
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
}
16
}