{ "id":"/axapi/v3/scm/licensestatus/oper", "type":"object", "node-type":"scalar", "title":"licensestatus", "description":"Operational Status for the object licensestatus", "properties":{ "oper":{ "type":"object", "properties":{ "primary-org-id":{ "type":"string", "format":"string" }, "primary-org-email":{ "type":"string", "format":"string" }, "license-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "license-type":{ "type":"string", "format":"string" }, "license-name":{ "type":"string", "format":"string" }, "org-name":{ "type":"string", "format":"string" }, "status":{ "type":"string", "format":"string" } } } ] } } } } }