Where licence tag should be placed in package-manifest file?

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.

 
{
  "version": "1.0.0",
  "id": "AAAAA",
  "services": {
    "proxyMapping": [
      {
        "binding": "unix://{$PACKAGE_WWW_SOCKET}",
        "name": "AAAAA",
        "url": "http://000.000.0.0:0000"
      }
    ]
  },
    "licenses": [
      {
        "name": "sssssss",
        "title": "AAAAA HMI",
        "description": "AAAAA  ",
        "required": true
      }
    ],
    "menus": {
      "sidebar": [
        {
          "id": "AAAAA",
          "target": "_blank",
          "title": "AAAAA",
          "icon": "Bosch-Ic-home-outline",
          "link": "http://000.000.0.0:0000"
        }
      ],
      "settings": [
      ],
      "overview": [
        {
          "id": "webserver",
          "target": "_blank",
          "title": "AAAAA",
          "icon": "Bosch-Ic-home-outline",
          "link": "http://000.000.0.0:0000"
        }
      ]
         
    }
  }

Note: Name and IP are hidden intentionally

Best reply by CodeShepherd
View original
5 replies