Skip to content

Commit

Permalink
Bug 1892312 - Add recoveredFromBackup to environment schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Conley committed Jun 11, 2024
1 parent 92bed1f commit a7688c0
Show file tree
Hide file tree
Showing 18 changed files with 72 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schemas/telemetry/bhr/bhr.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,10 @@
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
},
"resetDate": {
"description": "The date the user profile was reset, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/crash/crash.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
},
"resetDate": {
"description": "The date the user profile was reset, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
},
"resetDate": {
"description": "The date the user profile was reset, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/event/event.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
},
"resetDate": {
"description": "The date the user profile was reset, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/first-shutdown/first-shutdown.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
},
"resetDate": {
"description": "The date the user profile was reset, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/heartbeat/heartbeat.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,10 @@
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
},
"resetDate": {
"description": "The date the user profile was reset, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/main/main.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
},
"resetDate": {
"description": "The date the user profile was reset, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/modules/modules.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
},
"resetDate": {
"description": "The date the user profile was reset, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/new-profile/new-profile.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
},
"resetDate": {
"description": "The date the user profile was reset, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/saved-session/saved-session.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
},
"resetDate": {
"description": "The date the user profile was reset, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/shield-icq-v1/shield-icq-v1.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
},
"resetDate": {
"description": "The date the user profile was reset, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/testpilot/testpilot.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
},
"resetDate": {
"description": "The date the user profile was reset, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
},
"resetDate": {
"description": "The date the user profile was reset, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/uninstall/uninstall.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,10 @@
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
},
"resetDate": {
"description": "The date the user profile was reset, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
},
"resetDate": {
"description": "The date the user profile was reset, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/update/update.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
},
"resetDate": {
"description": "The date the user profile was reset, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/voice/voice.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
},
"resetDate": {
"description": "The date the user profile was reset, as the integer number of days since UNIX epoch. This is optional.",
"type": "number"
Expand Down
4 changes: 4 additions & 0 deletions templates/include/telemetry/environment.1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,10 @@
},
"isStubProfile": {
"type": "boolean"
},
"recoveredFromBackup": {
"type": "number",
"description": "The date the user profile was recovered from a backup, as the integer number of days since UNIX epoch. This is optional."
}
}
},
Expand Down

0 comments on commit a7688c0

Please sign in to comment.