{ "id":"/axapi/v3/system-buff-debug", "type":"object", "node-type":"scalar", "title":"system-buff-debug", "partition-visibility":"shared", "description":"System buff debug config", "properties":{ "action":{ "type":"string", "format":"enum", "default":"enable-buff-debug", "partition-visibility":"shared", "description":"'enable-buff-debug': Enable fpga buffer debugging; 'disable-buff-debug': Disable fpga buffer debugging; ", "enum":[ "enable-buff-debug", "disable-buff-debug" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }