{ "id":"/axapi/v3/system/gui-image-list/oper", "type":"object", "node-type":"scalar", "title":"gui-image-list", "description":"Operational Status for the object gui-image-list", "properties":{ "oper":{ "type":"object", "properties":{ "pre-pri-gui":{ "type":"string", "format":"string" }, "pre-sec-gui":{ "type":"string", "format":"string" }, "gui-list-pri":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "gui-image":{ "type":"string", "format":"string" }, "path":{ "type":"string", "format":"string" } } } ] }, "gui-list-sec":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "gui-image":{ "type":"string", "format":"string" }, "path":{ "type":"string", "format":"string" } } } ] } } } } }