Bug 1524386 - Update descriptions in CFR template schema

This commit is contained in:
Kate Hudson 2019-02-01 12:36:31 -05:00 коммит произвёл GitHub
Родитель 0cbe3f36b0
Коммит 83d427df3d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 11 добавлений и 7 удалений

Просмотреть файл

@ -17,9 +17,10 @@
"properties": {
"bucket_id": {
"type": "string",
"description": "Bucket identifier for the addon."
"description": "A bucket identifier for the addon. This is used in order to anonymize telemetry for history-sensitive targeting."
},
"notification_text": {
"description": "The text in the small blue chicklet that appears in the URL bar. This can be a reference to a localized string in Firefox or just a plain string.",
"oneOf": [
{
"type": "string",
@ -35,11 +36,11 @@
},
"required": ["string_id"]
}
],
"description": "Id of localized string or message override."
]
},
"info_icon": {
"type": "object",
"description": "The small icon displayed in the top right corner of the pop-over. Should be 19x19px, svg or png. Defaults to a small question mark." ,
"properties": {
"label": {
"oneOf": [
@ -79,6 +80,7 @@
}
},
"heading_text": {
"description": "The larger heading text displayed in the pop-over. This can be a reference to a localized string in Firefox or just a plain string.",
"oneOf": [
{
"type": "string",
@ -94,10 +96,10 @@
"required": ["string_id"],
"description": "Id of localized string for extension doorhanger title"
}
],
"description": "Id of localized string or message override."
]
},
"addon": {
"description": "Addon information including AMO URL.",
"type": "object",
"properties": {
"id": {
@ -119,6 +121,7 @@
]
},
"icon": {
"description": "The icon displayed in the pop-over. Should be 64x64px and png/svg.",
"allOf": [
{"$ref": "#/definitions/linkUrl"},
{"description": "Addon icon"}
@ -145,6 +148,7 @@
"required": ["title", "author", "icon", "amo_url"]
},
"text": {
"description": "The body text displayed in the pop-over. This can be a reference to a localized string in Firefox or just a plain string.",
"oneOf": [
{
"type": "string",
@ -160,10 +164,10 @@
},
"required": ["string_id"]
}
],
"description": "Id of localized string or message override."
]
},
"buttons": {
"description": "The label and functionality for the buttons in the pop-over.",
"type": "object",
"properties": {
"primary": {