Skip to content

greybax/microsoft-teams-app-schema

 
 

Repository files navigation

page_type products languages description extensions
sample
office-teams
office-365
json
JSON Schema used to provision Apps for Microsoft Teams
contentType technologies createdDate
samples
Add-ins
6/28/2018 10:26:10 AM

Microsoft Teams App Schema

This repository is where the JSON Schema for the Microsoft Teams application manifest resides. The first line in a Teams app manifest.json file is a reference to this file so that it can be validated, e.g.: "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.7/MicrosoftTeams.schema.json",.

If you are localizing your Microsoft Teams app, then you should also use the localization schema in your strings file to ensure a proper format, e.g.: "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.7/MicrosoftTeams.Localization.schema.json",.

Unless you are writing an app that reads/writes Microsoft Teams manifest.json files, you don't need to care about this.

Versioning

If you do want to link to MicrosoftTeams.schema.json within your source, here's where to find specific versions.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

About

JSON Schema used to provision Apps for Microsoft Teams

Resources

License

Stars

Watchers

Forks

Packages