[Schema] Add missing `id` to Actions (#5813)

Fixes #5703
This commit is contained in:
Paul Campbell 2021-05-13 10:24:28 -07:00 коммит произвёл GitHub
Родитель 830fa1fd73
Коммит 89e73ceb4a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -12,6 +12,10 @@
"description": "Optional icon to be shown on the action in conjunction with the title. Supports data URI in version 1.2+",
"version": "1.1"
},
"id": {
"type": "string",
"description": "A unique identifier associated with this Action."
},
"style": {
"type": "ActionStyle",
"description": "Controls the style of an Action, which influences how the action is displayed, spoken, etc.",
@ -28,4 +32,4 @@
"version": "1.5"
}
}
}
}