{ "id":"/axapi/v3/fw/app/oper", "type":"object", "node-type":"scalar", "title":"app", "description":"Operational Status for the object app", "properties":{ "oper":{ "type":"object", "properties":{ "category":{ "type":"string", "format":"string" }, "contains":{ "type":"string", "format":"string" }, "related":{ "type":"string", "format":"string" }, "group-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "category-name":{ "type":"string", "format":"string" }, "app-name":{ "type":"string", "format":"string" }, "app-desc":{ "type":"string", "format":"string" } } } ] } } } } }