Skip to content

Commit b686e92

Browse files
JarbasHorstVesaJuvonen
authored andcommitted
Update creating-team-manifest-manually-for-webpart.md (SharePoint#5124)
Updated schema URL to version 1.5 since 1.2 doesn't support webApplicationInfo object.
1 parent 8070bd8 commit b686e92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/spfx/web-parts/guidance/creating-team-manifest-manually-for-webpart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ To side load a SharePoint Framework web part as a Microsoft Teams application, y
2323

2424
```json
2525
{
26-
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.2/MicrosoftTeams.schema.json",
27-
"manifestVersion": "1.2",
26+
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.5/MicrosoftTeams.schema.json",
27+
"manifestVersion": "1.5",
2828
"packageName": "{{SPFX_COMPONENT_ALIAS}}",
2929
"id": "{{SPFX_COMPONENT_ID}}",
3030
"version": "0.1",
@@ -111,8 +111,8 @@ Below json structure demonstrates sample manifest file content.
111111

112112
```json
113113
{
114-
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.2/MicrosoftTeams.schema.json",
115-
"manifestVersion": "1.2",
114+
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.5/MicrosoftTeams.schema.json",
115+
"manifestVersion": "1.5",
116116
"packageName": "SpFxTeamsTogetherWebPart",
117117
"id": "b7771434-9587-4a79-9990-48c310f78a3d",
118118
"version": "0.1",

0 commit comments

Comments
 (0)