Skip to content

Commit 148a431

Browse files
committed
Bug 1901263: Add profileGroupId to schemas.
This adds the `profileGroupId` added to the client side in bug 1901263 to the schemas wherever the `clientId` is present. I believe that every ping including `clientId` will include `profileGroupId` however since the new property is not marked as required in any schema (as it cannot be to avoid breaking older versions of Firefox) if new pings are introduced that do not include the property then it should not break anything.
1 parent c7c0c63 commit 148a431

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
"clientId": {
22
"type": "string",
33
@COMMON_PATTERN_UUID_1_JSON@
4+
},
5+
"profileGroupId": {
6+
"type": "string",
7+
"description": "A UUID identifying the profile's group on a single device and allowing user-oriented correlation of data",
8+
@COMMON_PATTERN_UUID_1_JSON@
49
}

0 commit comments

Comments
 (0)