Skip to content

Commit b13c534

Browse files
authored
Skills manifest: Add readme & more complexity to the sample (#5831)
* Add readme & more complexity to the sample
1 parent 9c617e2 commit b13c534

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

schemas/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# JsonSchema
2-
This folder contains Json Schemas and samples for the bot framework SDK.
1+
# JSON Schema
32

3+
This folder contains Json Schemas and samples for the bot framework SDK.

schemas/skills/readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Skills JSON schema
2+
3+
This folder contains the current and previous versions of the JSON Schema that defines your skill manifest. For additional information on skills, skill consumers, and skill manifests see the [skills documentation](https://docs.microsoft.com/azure/bot-service/skills-conceptual?view=azure-bot-service-4.0).
4+
5+
## Published location
6+
7+
The skills JSON schema is published at:
8+
9+
`https://schemas.botframework.com/schemas/skills/{file name}`
10+
11+
You should use the published version when referencing this schema.

schemas/skills/samples/complex-skillmanifest-2.1.preview-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@
106106
"message": {
107107
"type": "message",
108108
"description": "Receives the user's' utterance and attempts to resolve it using the skill's LU models"
109+
},
110+
"typing": {
111+
"type": "typing"
112+
},
113+
"conversationUpdate": {
114+
"type": "conversationUpdate"
109115
}
110116
},
111117
"definitions": {

0 commit comments

Comments
 (0)