Skip to content

Commit e678002

Browse files
irrationalagentjklukas
authored andcommitted
add history_average_days_per_month to schema
1 parent be61e13 commit e678002

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

schemas/telemetry/normandy-login-study/normandy-login-study.4.schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@
147147
"null"
148148
]
149149
},
150+
"history_average_days_per_month": {
151+
"type": [
152+
"number",
153+
"null"
154+
]
155+
},
150156
"history_oldest_days_old": {
151157
"type": [
152158
"number",

templates/telemetry/normandy-login-study/normandy-login-study.4.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@
9393
},
9494
"history_oldest_days_old": {
9595
"type": ["number", "null"]
96+
},
97+
"history_average_days_per_month": {
98+
"type": ["number", "null"]
9699
}
97100
}
98101
}

0 commit comments

Comments
 (0)