{ "id":"/axapi/v3/scm/licenseinfo/oper", "type":"object", "node-type":"scalar", "title":"licenseinfo", "description":"Operational Status for the object licenseinfo", "properties":{ "oper":{ "type":"object", "properties":{ "uuid":{ "type":"string", "format":"string" }, "usb-uuid":{ "type":"string", "format":"string" }, "billing-serial":{ "type":"string", "format":"string" }, "token":{ "type":"string", "format":"string" }, "product":{ "type":"string", "format":"string" }, "platform":{ "type":"string", "format":"string" }, "burst":{ "type":"string", "format":"string" }, "version":{ "type":"string", "format":"string" }, "glm-ping-interval":{ "type":"number", "format":"number" }, "module-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "module":{ "type":"string", "format":"string" }, "expiry":{ "type":"string", "format":"string" }, "notes":{ "type":"string", "format":"string" } } } ] }, "hw-serialno":{ "type":"string", "format":"string" }, "product-desc":{ "type":"string", "format":"string" } } } } }