Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1859597 - added windows_ubr field to stub installer ping schema #828

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions schemas/firefox-installer/install/install.1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@
"version": {
"description": "Version of the installed product. May be different from installer_version for a stub install. Absent for a failed stub installation.",
"type": "string"
},
"windows_ubr": {
"description": "The Windows Update Build Revision of the installation device, 0 if it does not exist",
"type": "integer"
}
},
"required": [
Expand Down
4 changes: 4 additions & 0 deletions templates/firefox-installer/install/install.1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@
"silent": {
"description": "True if the installer was run in silent mode (either from an MSI or with command-line parameters)",
"type": "boolean"
},
"windows_ubr": {
"description": "The Windows Update Build Revision of the installation device, 0 if it does not exist",
"type": "integer"
}
}
}