Open
Description
Describe the bug
If you validate a Teams manifest file apk validate
that has a localization file, it gives a warning:
The schema version of the localization file
(!) Warning: The schema version of the localization file for sv-se is different from the schema version of the app manifest file.
Localization schema version found: v1.19. App manifest schema version provided: 1.19
To Reproduce
Steps to reproduce the behavior:
- Run
apk validate
against the attached package (our production package). - A warning is displayed that version 1.19 is not the same as v1.19
Expected behavior
There should be no warning.
Screenshots
CLI Information (please complete the following information):
- OS: Windows 11
- Version 1.0.1
Additional context
The original validator (website) was also giving this warning, despite the scemas are correct.
There is a missing "v" in the validator code that must be added. The correct manifest schemas are:
Manifest:
https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json
Localization:
https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.Localization.schema.json