openBackhaul / MicroWaveDeviceGatekeeper

Gateway for PUTting to the devices
Apache License 2.0
1 stars 1 forks source link

Request to update "string-profile-1-0:integer-profile-pac" to the "string-profile-1-0:string-profile-pac" in config.json as per schema #38

Closed ManasaBM1 closed 10 months ago

ManasaBM1 commented 10 months ago

Problem Statement : As per the schema of string profile in MicroWaveDeviceGatekeeper+profiles.yaml should contain property as "string-profile-1-0:string-profile-pac"

But In config.json the string profile is present as mentioned below where it contains property name as "string-profile-1-0:integer-profile-pac"

{
          "uuid": "mwdg-1-0-0-string-p-000",
          "profile-name": "string-profile-1-0:PROFILE_NAME_TYPE_STRING_PROFILE",
          "string-profile-1-0:integer-profile-pac": {
            "string-profile-capability": {
              "string-name": "controllerInternalPathToMountPoint"
            },
            "string-profile-configuration": {
              "string-value": "rests/data/network-topology:network-topology/topology=topology-netconf"
            }
      }
 }

Solution :

In config.json file , can we please change the "string-profile-1-0:integer-profile-pac" to "string-profile-1-0:string-profile-pac" for the string-profile's as per the schema.

openBackhaul commented 10 months ago

Changed as proposed. Thanks for indicating.