Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ashokdavuluri opened this issue Nov 28, 2022 · 0 comments

Comments

@ashokdavuluri
Copy link

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" }
]
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant