[ { "name" : "Applications", "resource" : "application", "list_fields" : [ "name", "description", "creationTimestamp" ], "fields" : [ { "name" : "id", "display" : "ID", "type" : "number", "pk" : true, "readOnly" : true }, { "name" : "name", "display" : "Name", "type" : "string", "maxlength" : 45, "mandatory" : true }, { "name" : "description", "display" : "Description", "type" : "string", "maxlength" : 500, "multiline" : 2 }, { "name" : "creationTimestamp", "display" : "Creation date", "type" : "date", "readOnly" : true } ] }, { "name" : "License types", "list_fields" : [ "code", "name", "application_name", "creationTimestamp" ], "resource" : "licensetype", "fields" : [ { "name" : "id", "display" : "ID", "type" : "number", "pk" : true, "readOnly" : true }, { "name" : "code", "display" : "Code", "type" : "string", "maxlength" : 10, "mandatory" : true }, { "name" : "name", "display" : "Name", "type" : "string", "maxlength" : 45, "mandatory" : true }, { "name" : "description", "display" : "Description", "type" : "string", "maxlength" : 500, "multiline" : 2 }, { "name" : "application_id", "display" : "Application", "resource" : "application", "type" : "select" }, { "name" : "creationTimestamp", "display" : "Creation date", "type" : "date", "readOnly" : true }, { "name" : "application_name", "display" : "Application", "listingOnly" : true } ] }, { "name" : "Organizations", "list_fields" : [ "code", "name", "application_name", "creationTimestamp" ], "resource" : "organization", "fields" : [ { "name" : "id", "display" : "ID", "type" : "number", "pk" : true, "readOnly" : true }, { "name" : "code", "display" : "Code", "type" : "string", "maxlength" : 10, "mandatory" : true }, { "name" : "name", "display" : "Name", "type" : "string", "maxlength" : 45, "mandatory" : true }, { "name" : "description", "display" : "Description", "type" : "string", "maxlength" : 500, "multiline" : 2 }, { "name" : "application_id", "display" : "Application", "resource" : "application", "type" : "select" }, { "name" : "creationTimestamp", "display" : "Creation date", "type" : "date", "readOnly" : true }, { "name" : "application_name", "display" : "Application", "listingOnly" : true } ] }, { "name" : "Users", "resource" : "user", "fields" : [] }, { "name" : "System params", "resource" : "systemparams", "fields" : [] } ]