@chrimc62/botframework-schema

Activity schema for the Microsoft Bot Framework.

Usage no npm install needed!

<script type="module">
  import chrimc62BotframeworkSchema from 'https://cdn.skypack.dev/@chrimc62/botframework-schema';
</script>

README

Activity schema for the Microsoft Bot Framework.

Installing

To add the preview version of this package to your bot be sure include the @preview tag:

npm install --save botframework-schema@preview

While this package is in preview it's possible for updates to include build breaks. To avoid having any updates break your bot it's recommended that you update the dependency table of your bots package.json file to lock down the specific version of the package you're using:

{
    "dependencies": {
        "botbuilder": "4.0.0-preview1.2",
        "otframework-schema": "4.0.0-preview1.2"
    }
}