Skip to content

Commit dcdbfbb

Browse files
authored
Bug 1901263: Add profileGroupId to schemas. (#822)
1 parent 36abca4 commit dcdbfbb

38 files changed

+199
-0
lines changed

schemas/telemetry/bhr/bhr.4.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,6 +1494,11 @@
14941494
},
14951495
"type": "object"
14961496
},
1497+
"profileGroupId": {
1498+
"description": "A UUID identifying the profile's group on a single device and allowing user-oriented correlation of data",
1499+
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$",
1500+
"type": "string"
1501+
},
14971502
"type": {
14981503
"enum": [
14991504
"bhr"

schemas/telemetry/block-autoplay/block-autoplay.1.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,11 @@
306306
],
307307
"type": "object"
308308
},
309+
"profileGroupId": {
310+
"description": "A UUID identifying the profile's group on a single device and allowing user-oriented correlation of data",
311+
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$",
312+
"type": "string"
313+
},
309314
"type": {
310315
"enum": [
311316
"block-autoplay"

schemas/telemetry/core/core.1.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
"osversion": {
3535
"type": "string"
3636
},
37+
"profileGroupId": {
38+
"description": "A UUID identifying the profile's group on a single device and allowing user-oriented correlation of data",
39+
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$",
40+
"type": "string"
41+
},
3742
"seq": {
3843
"minimum": 0,
3944
"type": "integer"

schemas/telemetry/core/core.10.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,11 @@
380380
"profileDate": {
381381
"type": "integer"
382382
},
383+
"profileGroupId": {
384+
"description": "A UUID identifying the profile's group on a single device and allowing user-oriented correlation of data",
385+
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$",
386+
"type": "string"
387+
},
383388
"searches": {
384389
"additionalProperties": {
385390
"type": "integer"

schemas/telemetry/core/core.2.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,11 @@
380380
"profileDate": {
381381
"type": "integer"
382382
},
383+
"profileGroupId": {
384+
"description": "A UUID identifying the profile's group on a single device and allowing user-oriented correlation of data",
385+
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$",
386+
"type": "string"
387+
},
383388
"searches": {
384389
"additionalProperties": {
385390
"type": "integer"

schemas/telemetry/core/core.3.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,11 @@
380380
"profileDate": {
381381
"type": "integer"
382382
},
383+
"profileGroupId": {
384+
"description": "A UUID identifying the profile's group on a single device and allowing user-oriented correlation of data",
385+
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$",
386+
"type": "string"
387+
},
383388
"searches": {
384389
"additionalProperties": {
385390
"type": "integer"

schemas/telemetry/core/core.4.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,11 @@
380380
"profileDate": {
381381
"type": "integer"
382382
},
383+
"profileGroupId": {
384+
"description": "A UUID identifying the profile's group on a single device and allowing user-oriented correlation of data",
385+
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$",
386+
"type": "string"
387+
},
383388
"searches": {
384389
"additionalProperties": {
385390
"type": "integer"

schemas/telemetry/core/core.5.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,11 @@
380380
"profileDate": {
381381
"type": "integer"
382382
},
383+
"profileGroupId": {
384+
"description": "A UUID identifying the profile's group on a single device and allowing user-oriented correlation of data",
385+
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$",
386+
"type": "string"
387+
},
383388
"searches": {
384389
"additionalProperties": {
385390
"type": "integer"

schemas/telemetry/core/core.6.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,11 @@
380380
"profileDate": {
381381
"type": "integer"
382382
},
383+
"profileGroupId": {
384+
"description": "A UUID identifying the profile's group on a single device and allowing user-oriented correlation of data",
385+
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$",
386+
"type": "string"
387+
},
383388
"searches": {
384389
"additionalProperties": {
385390
"type": "integer"

schemas/telemetry/core/core.7.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,11 @@
380380
"profileDate": {
381381
"type": "integer"
382382
},
383+
"profileGroupId": {
384+
"description": "A UUID identifying the profile's group on a single device and allowing user-oriented correlation of data",
385+
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$",
386+
"type": "string"
387+
},
383388
"searches": {
384389
"additionalProperties": {
385390
"type": "integer"

0 commit comments

Comments
 (0)