Activity schema for the Microsoft Bot Framework.
npm install @chrimc62/botframework-schemaActivity schema for the Microsoft Bot Framework.
- Installing
- Documentation
- GitHub Repo
- Report Issues
bash
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:
`JSON
{
"dependencies": {
"botbuilder": "4.0.0-preview1.2",
"otframework-schema": "4.0.0-preview1.2"
}
}
``