{ "id":"/axapi/v3/techreport/priority-partition/{part-name}", "type":"object", "node-type":"list", "title":"priority-partition", "partition-visibility":"shared", "description":"Configure partition to always poll for techreport", "properties":{ "part-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":14, "partition-visibility":"shared", "description":"Name of partition always want to show in showtech (shared is always shown by default)", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "part-name" ], "required":[ "part-name" ] }