When accessing the conda info tab, the information that returned from Artifactory is capitalized and organized:
After adding new fields, the new attributes need to be also capitalized:
The new fields are:
noarch, licenseFamily (that need to be changed to License Family), features and trackFeatures.
This is the json returned from server to the UI:
{"repoKey":"conda-local","path":"valid-package.tar.bz2","condaInfo":{"arch":"x86_64","build":"py27_0","buildNumber":0,"depends":[{"name":"humanfriendly","version":">=4.7"},{"name":"python","version":">=2.7,<2.8.0a0"}],"license":"MIT","licenseFamily":"MIT","features":"debug","trackFeatures":"track","name":"coloredlogs","platform":"osx","version":"10.0","noarch":"python"}}