BCD Migration - Linting: Invalid version number for firefox_android

Hello,

The BCD I’m converting states that the browser version is version 1 for a particular API property, yet the linter doesn’t accept it; it states the minimal acceptable value is ‘4’.

Should I assume that the browser version should be updated in the JSON file to the minimal accepted value of ‘4’?

JSON linter output:

version_added: “1” is not a valid version number for firefox_android
Valid firefox_android versions are: 4, 5, 6, 7, 8, 9, 10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64

Please advise.

Thank you,
James

Yes, firefox_android version numbers start from 4.