page_type | products | languages | description | extensions | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sample |
|
|
JSON Schema used to provision Apps for Microsoft Teams |
|
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.12/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.12/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.
If you do want to link to MicrosoftTeams.schema.json within your source, here's where to find specific versions.
- Released version. https://developer.microsoft.com/en-us/json-schemas/teams/vX.X/MicrosoftTeams.schema.json (the GitHub repository for which is here), where X.X corresponds to the version numbers listed in the releases; usually Latest release.
- Developer Preview. The preview/DevPreview branch contains the manifest matching features in Microsoft Teams Developer Preview. If you need to link to this version, you can use this URL: https://raw.githubusercontent.com/OfficeDev/microsoft-teams-app-schema/preview/DevPreview/MicrosoftTeams.schema.json.
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.