Skip to content

Commit 2cfd30a

Browse files
committed
Make ecosystem_device_id an optional field
See discussion in mozilla/gcp-ingestion#1304 (comment)
1 parent 3f11d8b commit 2cfd30a

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

schemas/firefox-accounts/account-ecosystem/account-ecosystem.1.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
}
2323
},
2424
"required": [
25-
"ecosystem_client_id",
26-
"ecosystem_device_id"
25+
"ecosystem_client_id"
2726
],
2827
"title": "account-ecosystem",
2928
"type": "object"

schemas/telemetry/account-ecosystem/account-ecosystem.4.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@
9494
}
9595
},
9696
"required": [
97-
"ecosystemClientId",
98-
"ecosystemDeviceId"
97+
"ecosystemClientId"
9998
],
10099
"type": "object"
101100
},

templates/firefox-accounts/account-ecosystem/account-ecosystem.1.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
}
2323
},
2424
"required": [
25-
"ecosystem_client_id",
26-
"ecosystem_device_id"
25+
"ecosystem_client_id"
2726
]
2827
}

templates/telemetry/account-ecosystem/account-ecosystem.4.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
}
4444
},
4545
"required": [
46-
"ecosystemClientId",
47-
"ecosystemDeviceId"
46+
"ecosystemClientId"
4847
]
4948
}
5049
},

0 commit comments

Comments
 (0)