{ "id":"/axapi/v3/system-view/show-process/oper", "type":"object", "node-type":"scalar", "title":"show-process", "description":"Operational Status for the object show-process", "properties":{ "oper":{ "type":"object", "properties":{ "proc-info":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "proc-data":{ "type":"string", "format":"string" } } } ] } } } } }