Skip to content

Error while reading manifest.json: root | Required properties are missing from object: ["name.full"]. #163

@ashokdavuluri

Description

@ashokdavuluri

Getting this issue when i try to upload the manfest zip file. using below manifet file

{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.5/MicrosoftTeams.schema.json",
"version": "1.0.0",
"manifestVersion": "1.5",
"id": "d55d08d9-bacb-4567-942f-afd85d632dcc",
"packageName": "com.microsoft.teams.icebreaker",
"name": {
"short": "Icebreaker",
"full": "Icebreaker Bot For Cocentric Employees, Icebreaker1 Bot For Cocentric Employees"
},
"developer": {
"name": "cocentric",
"websiteUrl": "https://www.cocentric.com",
"privacyUrl": "https://www.cocentric.com/privacy-policy",
"termsOfUseUrl": "https://www.cocentric.com/privacy-policy"
},
"description": {
"short": "Icebreaker is a bot that randomly pairs team members up to build team unity.",
"full": "Icebreaker is a cute little bot that randomly pairs team members up every week to help the team build trust and personal connections."
},
"icons": { "outline": "outline.png", "color": "color.png" },
"accentColor": "#64A2CC",
"bots": [
{
"botId": "{id}",
"scopes": ["personal", "team"],
"isNotificationOnly": true,
"supportsFiles": false,
"supportsCalling":false
}
],
"validDomains": ["icebreaker-bdwdukbzhgoce.azurewebsites.net"],
"localizationInfo": {
"defaultLanguageTag": "en",
"additionalLanguages": [
{ "languageTag": "en", "file": "en.json" },
{ "languageTag": "de", "file": "de.json" },
{ "languageTag": "fr", "file": "fr.json" },
{ "languageTag": "ar", "file": "ar.json" },
{ "languageTag": "ja", "file": "ja.json" },
{ "languageTag": "es", "file": "es.json" },
{ "languageTag": "he", "file": "he.json" },
{ "languageTag": "ko", "file": "ko.json" },
{ "languageTag": "pt-BR", "file": "pt-BR.json" },
{ "languageTag": "ru", "file": "ru.json" },
{ "languageTag": "zh-CN", "file": "zh-CN.json" },
{ "languageTag": "zh-TW", "file": "zh-TW.json" }
]
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions