{ "id":"/axapi/v3/template/apps/oper", "type":"object", "node-type":"scalar", "title":"apps", "description":"Operational Status for the object apps", "properties":{ "oper":{ "type":"object", "properties":{ "installed":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "version":{ "type":"string", "format":"string" }, "category_slug":{ "type":"string", "format":"string" }, "description":{ "type":"string", "format":"string" }, "type":{ "type":"string", "format":"string" }, "release_notes":{ "type":"string", "format":"string" }, "video_url":{ "type":"string", "format":"string" }, "guide_url":{ "type":"string", "format":"string" }, "developer":{ "type":"string", "format":"string" }, "icon":{ "type":"string", "format":"string" }, "supported_acos":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "version":{ "type":"string", "format":"string" } } } ] }, "file_name":{ "type":"string", "format":"string" }, "deleted":{ "type":"string", "format":"string" }, "color":{ "type":"string", "format":"string" }, "category_name":{ "type":"string", "format":"string" } } } ] }, "available":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "version":{ "type":"string", "format":"string" }, "category_slug":{ "type":"string", "format":"string" }, "description":{ "type":"string", "format":"string" }, "type":{ "type":"string", "format":"string" }, "release_notes":{ "type":"string", "format":"string" }, "video_url":{ "type":"string", "format":"string" }, "guide_url":{ "type":"string", "format":"string" }, "developer":{ "type":"string", "format":"string" }, "icon":{ "type":"string", "format":"string" }, "supported_acos":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "version":{ "type":"string", "format":"string" } } } ] }, "file_name":{ "type":"string", "format":"string" }, "deleted":{ "type":"string", "format":"string" }, "color":{ "type":"string", "format":"string" }, "category_name":{ "type":"string", "format":"string" } } } ] } } } } }