JSON_List_PublicSubSys

List_PublicSubSys message in JSON format

{
  "List":[{
    "PublicSubSys":{
      "id": , 
/*required, integer, partition No., it starts from 1*/
      "enabled": , 
/*required, boolean, whether to enable the public partition*/
      "linkageCommon": 
/*optional, array, normal partitions linked to the public partition. For example, [1,2] indicates that normal partitions 1 and 2 are linked to the public partition*/
    }
  }]
}