{ "id":"/axapi/v3/logging/local-log/app-fw/dot-plot/oper", "type":"object", "node-type":"scalar", "title":"dot-plot", "description":"Operational Status for the object dot-plot", "properties":{ "oper":{ "type":"object", "properties":{ "start-time":{ "type":"string", "format":"string" }, "interval":{ "type":"string", "format":"string" }, "interval-position":{ "type":"string", "format":"string" }, "application-name":{ "type":"string", "format":"string" }, "client-ip":{ "type":"string", "format":"ipv4-address" }, "data":{ "type":"string", "format":"string" }, "total":{ "type":"number", "format":"number" }, "log-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counter":{ "type":"number", "format":"number" } } } ] } } } } }