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:
Родитель
bcbae1f5e0
Коммит
0743e791fc
|
@ -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": [
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче