{ "id":"/axapi/v3/automatic-update/info/oper", "type":"object", "node-type":"scalar", "title":"info", "description":"Operational Status for the object info", "properties":{ "oper":{ "type":"object", "properties":{ "feature-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "feature-name":{ "type":"string", "format":"string" }, "version":{ "type":"string", "format":"string" }, "schedule":{ "type":"string", "format":"string" }, "time":{ "type":"string", "format":"string" }, "last-update":{ "type":"string", "format":"string" }, "next-check":{ "type":"string", "format":"string" } } } ] } } } } }