{ "id":"/axapi/v3/file/license/oper", "type":"object", "node-type":"scalar", "title":"license", "description":"Operational Status for the object license", "properties":{ "oper":{ "type":"object", "properties":{ "host-id":{ "type":"string", "format":"string" }, "feature-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "feature-installed":{ "type":"string", "format":"string" }, "version":{ "type":"string", "format":"string" }, "expire-date":{ "type":"string", "format":"string" }, "notice":{ "type":"string", "format":"string" }, "Temporary":{ "type":"string", "format":"string" }, "SN":{ "type":"string", "format":"string" }, "bandwidth":{ "type":"string", "format":"string" } } } ] }, "file-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "file_name":{ "type":"string", "format":"string" } } } ] } } } } }