{"id":20267844,"url":"https://github.com/officedev/microsoft-teams-app-schema","last_synced_at":"2025-03-03T22:13:50.584Z","repository":{"id":34379660,"uuid":"139048922","full_name":"OfficeDev/microsoft-teams-app-schema","owner":"OfficeDev","description":"JSON Schema used to provision Apps for Microsoft Teams","archived":false,"fork":false,"pushed_at":"2025-02-20T21:54:22.000Z","size":178,"stargazers_count":40,"open_issues_count":15,"forks_count":28,"subscribers_count":43,"default_branch":"main","last_synced_at":"2025-02-26T20:22:49.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OfficeDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-28T17:26:10.000Z","updated_at":"2025-02-25T19:07:26.000Z","dependencies_parsed_at":"2024-04-23T09:19:25.139Z","dependency_job_id":"bcc3dee0-1df2-40c3-8666-d64af20c70ec","html_url":"https://github.com/OfficeDev/microsoft-teams-app-schema","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OfficeDev%2Fmicrosoft-teams-app-schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OfficeDev%2Fmicrosoft-teams-app-schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OfficeDev%2Fmicrosoft-teams-app-schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OfficeDev%2Fmicrosoft-teams-app-schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OfficeDev","download_url":"https://codeload.github.com/OfficeDev/microsoft-teams-app-schema/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241746795,"owners_count":20013165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T12:15:29.918Z","updated_at":"2025-03-03T22:13:50.563Z","avatar_url":"https://github.com/OfficeDev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"--- \npage_type: sample \nproducts: \n- office-teams\n- office-365 \nlanguages: \n- json\ndescription: JSON Schema used to provision Apps for Microsoft Teams\nextensions: \n  contentType: samples \n  technologies: \n  - Add-ins \n  createdDate: 6/28/2018 10:26:10 AM \n---\n\n# Microsoft Teams App Schema\n\nThis repository is where the [JSON Schema](http://json-schema.org/) for the [Microsoft Teams application manifest](https://docs.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema) 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\",`.\n\nIf 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\",`.\n\nUnless you are writing an app that reads/writes Microsoft Teams manifest.json files, you don't need to care about this.\n\n# Versioning\n\nIf you do want to link to MicrosoftTeams.schema.json within your source, here's where to find specific versions.\n* **Released version.** https://developer.microsoft.com/en-us/json-schemas/teams/vX.X/MicrosoftTeams.schema.json (the GitHub repository for which is [here](https://github.com/Microsoft/json-schemas)), where X.X corresponds to \nthe version numbers listed in the [releases](https://github.com/OfficeDev/microsoft-teams-app-schema/releases); usually [Latest release](https://github.com/OfficeDev/microsoft-teams-app-schema/releases/latest). \n* **Developer Preview.** The [preview/DevPreview branch](https://github.com/OfficeDev/microsoft-teams-app-schema/tree/preview/DevPreview) contains the manifest matching features in [Microsoft Teams Developer Preview](https://docs.microsoft.com/en-us/microsoftteams/platform/resources/dev-preview/developer-preview-features). If you need to link to this version, you can use this URL: \u003chttps://raw.githubusercontent.com/OfficeDev/microsoft-teams-app-schema/preview/DevPreview/MicrosoftTeams.schema.json\u003e.\n\n# Contributing\n\nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.microsoft.com.\n\nWhen you submit a pull request, a CLA-bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofficedev%2Fmicrosoft-teams-app-schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fofficedev%2Fmicrosoft-teams-app-schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofficedev%2Fmicrosoft-teams-app-schema/lists"}