-
-
Save mikeconley/a3c64c2abc2855b2bce5b4dee2b2f79b to your computer and use it in GitHub Desktop.
Remote Settings Example Schema
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
attachment: | |
enabled: false | |
required: false | |
displayFields: | |
- update_channel | |
- download_url | |
schema: | |
type: object | |
description: Download links for downloading the browser as part of a backup recovery. | |
additionalProperties: false | |
required: | |
- update_channel | |
- download_url | |
properties: | |
update_channel: | |
type: string | |
title: Update channel name | |
description: > | |
The name of the update channel for the browser that the backup was created on. | |
For example: "release", "beta", "esr" | |
download_url: | |
type: string | |
title: Download URL | |
description: > | |
The URL to download a new copy of the browser for the update channel. | |
This URL may include attribution codes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment