Minor updates to SkillManifest 2.1 (#5826)

* Made $schema property required and fixed typo in activities description
* updated 2.0 to also require schema property
This commit is contained in:
Gabo Gilabert 2020-05-05 14:17:10 -04:00 коммит произвёл GitHub
Родитель bcbae1f5e0
Коммит 0743e791fc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 1 удалений

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

@ -6,6 +6,7 @@
"type": "object",
"required": [
"$id",
"$schema",
"name",
"version",
"publisherName",

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

@ -6,6 +6,7 @@
"type": "object",
"required": [
"$id",
"$schema",
"name",
"version",
"publisherName",
@ -103,7 +104,7 @@
},
"activities": {
"type": "object",
"description": "Definition of activities to enable skill host tooling to progmatically interact with the skill.",
"description": "Definition of activities to enable skill host tooling to programmatically interact with the skill.",
"additionalProperties": {
"oneOf": [
{