HiÂ
I am adding licence information in package-manifest file, when i add tag in it , it shows me Property liences are not allowed
here is my package-manifest file and screen shot is also attached.
Â
{
 "$schema": "https://json-schema.boschrexroth.com/ctrlx-automation/ctrlx-core/apps/package-manifest/package-manifest.v1.schema.json",
 "version": "1.0.0",
 "id": "AAAAA",
 "services": {
  "proxyMapping": [
   {
    "binding": "unix://{$PACKAGE_WWW_SOCKET}",
    "name": "AAAAA",
   }
  ]
 },
  "licenses": [
   {
    "name": "sssssss",
    "title": "AAAAA HMI",
    "description": "AAAAA  ",
    "required": true
   }
  ],
  "menus": {
   "sidebar": [
    {
     "id": "AAAAA",
     "target": "_blank",
     "title": "AAAAA",
     "icon": "Bosch-Ic-home-outline",
    }
   ],
   "settings": [
   ],
   "overview": [
    {
     "id": "webserver",
     "target": "_blank",
     "title": "AAAAA",
     "icon": "Bosch-Ic-home-outline",
    }
   ]
    Â
  }
 }
Note: Name and IP are hidden intentionally