You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@unomi.apache.org by sh...@apache.org on 2017/10/02 08:12:00 UTC

svn commit: r1810306 [3/22] - in /incubator/unomi/website: ./ rest-api-doc/input/ samples/ samples/login-integration-sample/ samples/tweet-button-plugin/ unomi-api/ unomi-api/apidocs/ unomi-api/apidocs/org/apache/unomi/api/ unomi-api/apidocs/org/apache...

Modified: incubator/unomi/website/rest-api-doc/input/input.js
URL: http://svn.apache.org/viewvc/incubator/unomi/website/rest-api-doc/input/input.js?rev=1810306&r1=1810305&r2=1810306&view=diff
==============================================================================
--- incubator/unomi/website/rest-api-doc/input/input.js (original)
+++ incubator/unomi/website/rest-api-doc/input/input.js Mon Oct  2 08:11:40 2017
@@ -15,7 +15,7 @@ com.qmino.miredot.restApiSource = {
 	"jsonDocHidden":false,
 	"singlePage":false,
 	"hideLogoOnTop":false,
-	"dateOfGeneration":"2017-09-19 10:43:40",
+	"dateOfGeneration":"2017-10-02 10:07:23",
 	"validLicense":true,
 	"licenseErrorMessage":[
 		
@@ -1094,6 +1094,17 @@ com.qmino.miredot.restApiSource.enums =
 };
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Tag_in"].content = [
 	{
+		"name":"hidden",
+		"comment":"<code>true</code> if the Tag needs to be hidden, <code>false</code> otherwise",
+		"fullComment":"Specifies whether this Tag is hidden.",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"boolean",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
 		"name":"rank",
 		"comment":"the rank of this PropertyType for ordering purpose",
 		"fullComment":"Specifies the rank of this PropertyType for ordering purpose.",
@@ -1116,17 +1127,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"hidden",
-		"comment":"<code>true</code> if the Tag needs to be hidden, <code>false</code> otherwise",
-		"fullComment":"Specifies whether this Tag is hidden.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"boolean",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"parent",
 		"comment":"the identifier of this Tag's parent Tag",
 		"fullComment":"Retrieves the identifier of this Tag's parent Tag.",
@@ -1234,7 +1234,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"id",
+		"name":"description",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -1245,7 +1245,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"description",
+		"name":"id",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -1358,9 +1358,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"itemType",
-		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
-		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
+		"name":"itemId",
+		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
+		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -1369,9 +1369,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"itemId",
-		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
-		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
+		"name":"itemType",
+		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
+		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -1388,14 +1388,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"source",
-		"comment":"the source",
-		"fullComment":"Sets the source.",
-		"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Item_in"],
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"profileId",
 		"comment":"the profile id",
 		"fullComment":"Sets the profile id.",
@@ -1406,6 +1398,14 @@ com.qmino.miredot.restApiSource.tos["org
 		"deprecated":false,
 		"required":false,
 	},
+	{
+		"name":"source",
+		"comment":"the source",
+		"fullComment":"Sets the source.",
+		"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Item_in"],
+		"deprecated":false,
+		"required":false,
+	},
 ];
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Event_in"].ordered = false;
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Event_in"].comment = "An event that can be processed and evaluated by the context server";
@@ -1481,17 +1481,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"eventType",
-		"comment":"the event type",
-		"fullComment":"Retrieves the event type.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"source",
 		"comment":"the source",
 		"fullComment":"Retrieves the source.",
@@ -1500,9 +1489,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"profileId",
-		"comment":"the profile id",
-		"fullComment":"Retrieves the profile identifier of the Profile associated with this event",
+		"name":"sessionId",
+		"comment":"the session identifier or <code>null</code> if unavailable",
+		"fullComment":"Retrieves the session identifier if available.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -1511,9 +1500,20 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"sessionId",
-		"comment":"the session identifier or <code>null</code> if unavailable",
-		"fullComment":"Retrieves the session identifier if available.",
+		"name":"eventType",
+		"comment":"the event type",
+		"fullComment":"Retrieves the event type.",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"string",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
+		"name":"profileId",
+		"comment":"the profile id",
+		"fullComment":"Retrieves the profile identifier of the Profile associated with this event",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -1600,29 +1600,29 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"maxAge",
+		"name":"domain",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"domain",
+		"name":"secure",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"secure",
+		"name":"httpOnly",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -1633,12 +1633,12 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"httpOnly",
+		"name":"maxAge",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"boolean",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -1692,18 +1692,18 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"maxAge",
+		"name":"httpOnly",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"httpOnly",
+		"name":"secure",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -1714,12 +1714,12 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"secure",
+		"name":"maxAge",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"boolean",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -1740,9 +1740,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"itemType",
-		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
-		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
+		"name":"itemId",
+		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
+		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -1751,9 +1751,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"itemId",
-		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
-		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
+		"name":"itemType",
+		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
+		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -1923,13 +1923,10 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"duration",
-		"comment":"the duration",
-		"fullComment":"Retrieves the duration.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"number",
-		},
+		"name":"profile",
+		"comment":"the associated profile",
+		"fullComment":"Retrieves the associated Profile.",
+		"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Profile_out"],
 		"deprecated":false,
 		"required":false,
 	},
@@ -1945,14 +1942,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"profile",
-		"comment":"the associated profile",
-		"fullComment":"Retrieves the associated Profile.",
-		"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Profile_out"],
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"lastEventDate",
 		"comment":"the last event date",
 		"fullComment":"Retrieves the last event date.",
@@ -1963,6 +1952,17 @@ com.qmino.miredot.restApiSource.tos["org
 		"deprecated":false,
 		"required":false,
 	},
+	{
+		"name":"duration",
+		"comment":"the duration",
+		"fullComment":"Retrieves the duration.",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"number",
+		},
+		"deprecated":false,
+		"required":false,
+	},
 ];
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PersonaSession_out"].ordered = false;
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PersonaSession_out"].comment = "A Persona session";
@@ -2178,18 +2178,18 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"maxAge",
+		"name":"httpOnly",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"httpOnly",
+		"name":"secure",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -2211,12 +2211,12 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"secure",
+		"name":"maxAge",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"boolean",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -2272,6 +2272,17 @@ com.qmino.miredot.restApiSource.tos["org
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PersonaWithSessions_out"].comment = "A convenience object gathering a <code>Persona</code> and its associated <code>PersonaSession</code>s";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_in"].content = [
 	{
+		"name":"type",
+		"comment":"the identifier of the associated action type",
+		"fullComment":"Sets the identifier of the associated action type.",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"string",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
 		"name":"parameterValues",
 		"comment":"the parameter values as a Map of parameter name - associated value pairs",
 		"fullComment":"Sets the parameter values as a Map of parameter name - associated value pairs.",
@@ -2289,10 +2300,14 @@ com.qmino.miredot.restApiSource.tos["org
 		"deprecated":false,
 		"required":false,
 	},
+];
+com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_in"].ordered = false;
+com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_in"].comment = "An action that can be executed as a consequence of a <code>Rule</code> being triggered";
+com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_out"].content = [
 	{
 		"name":"type",
 		"comment":"the identifier of the associated action type",
-		"fullComment":"Sets the identifier of the associated action type.",
+		"fullComment":"Retrieves the identifier of the associated action type.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -2300,10 +2315,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"deprecated":false,
 		"required":false,
 	},
-];
-com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_in"].ordered = false;
-com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_in"].comment = "An action that can be executed as a consequence of a <code>Rule</code> being triggered";
-com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_out"].content = [
 	{
 		"name":"parameterValues",
 		"comment":"a Map of parameter name - associated value pairs",
@@ -2322,17 +2333,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"deprecated":false,
 		"required":false,
 	},
-	{
-		"name":"type",
-		"comment":"the identifier of the associated action type",
-		"fullComment":"Retrieves the identifier of the associated action type.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
 ];
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_out"].ordered = false;
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_out"].comment = "An action that can be executed as a consequence of a <code>Rule</code> being triggered";
@@ -2654,9 +2654,9 @@ com.qmino.miredot.restApiSource.tos["jav
 com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_TaglibDescriptor_out"].comment = null;
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_ConditionType_in"].content = [
 	{
-		"name":"itemType",
-		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
-		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
+		"name":"itemId",
+		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
+		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -2665,9 +2665,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"itemId",
-		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
-		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
+		"name":"itemType",
+		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
+		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -2684,6 +2684,17 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
+		"name":"parameters",
+		"comment":"a List of the defined <code>Parameter</code>s for this ConditionType",
+		"fullComment":"Sets the List of the defined <code>Parameter</code>s for this ConditionType.",
+		"typeValue":{
+			"type":"collection",
+			"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Parameter_in"],
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
 		"name":"conditionEvaluator",
 		"comment":"the condition evaluator",
 		"fullComment":"Sets the condition evaluator.",
@@ -2713,17 +2724,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"deprecated":false,
 		"required":false,
 	},
-	{
-		"name":"parameters",
-		"comment":"a List of the defined <code>Parameter</code>s for this ConditionType",
-		"fullComment":"Sets the List of the defined <code>Parameter</code>s for this ConditionType.",
-		"typeValue":{
-			"type":"collection",
-			"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Parameter_in"],
-		},
-		"deprecated":false,
-		"required":false,
-	},
 ];
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_ConditionType_in"].ordered = false;
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_ConditionType_in"].comment = "ConditionTypes define new conditions that can be applied to items (for example to decide whether a rule needs to be triggered or if a profile is considered as taking part in a campaign) or to perform queries against the stored unomi data";
@@ -2841,15 +2841,29 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"servletContext",
+		"name":"valueNames",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"],
+		"typeValue":{
+			"type":"collection",
+			"typeValue":{
+				"type":"simple",
+				"typeValue":"string",
+			},
+		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"creationTime",
+		"name":"sessionContext",
+		"comment":null,
+		"fullComment":null,
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpSessionContext_out"],
+		"deprecated":false,
+		"required":false,
+	},
+	{
+		"name":"maxInactiveInterval",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -2871,7 +2885,7 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"maxInactiveInterval",
+		"name":"creationTime",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -2882,35 +2896,21 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"sessionContext",
-		"comment":null,
-		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpSessionContext_out"],
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"valueNames",
+		"name":"new",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
-			"type":"collection",
-			"typeValue":{
-				"type":"simple",
-				"typeValue":"string",
-			},
+			"type":"simple",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"new",
+		"name":"servletContext",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"boolean",
-		},
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"],
 		"deprecated":false,
 		"required":false,
 	},
@@ -2923,14 +2923,6 @@ com.qmino.miredot.restApiSource.tos["jav
 com.qmino.miredot.restApiSource.tos["javax_servlet_ServletConfig_in"].comment = null;
 com.qmino.miredot.restApiSource.tos["javax_servlet_ServletConfig_out"].content = [
 	{
-		"name":"servletContext",
-		"comment":null,
-		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"],
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"servletName",
 		"comment":null,
 		"fullComment":null,
@@ -2952,6 +2944,14 @@ com.qmino.miredot.restApiSource.tos["jav
 		"deprecated":false,
 		"required":false,
 	},
+	{
+		"name":"servletContext",
+		"comment":null,
+		"fullComment":null,
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"],
+		"deprecated":false,
+		"required":false,
+	},
 ];
 com.qmino.miredot.restApiSource.tos["javax_servlet_ServletConfig_out"].ordered = false;
 com.qmino.miredot.restApiSource.tos["javax_servlet_ServletConfig_out"].comment = null;
@@ -2965,9 +2965,9 @@ com.qmino.miredot.restApiSource.tos["jav
 com.qmino.miredot.restApiSource.tos["javax_ws_rs_ext_Providers_out"].comment = null;
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_events_CampaignEvent_in"].content = [
 	{
-		"name":"itemType",
-		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
-		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
+		"name":"itemId",
+		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
+		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -2976,9 +2976,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"itemId",
-		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
-		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
+		"name":"itemType",
+		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
+		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -3283,18 +3283,18 @@ com.qmino.miredot.restApiSource.tos["org
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PartialList_org_apache_unomi_api_Session__out"].comment = "A list of elements representing a limited view of a larger list, starting from a given element (offset from the first) and showing only a given number of elements, instead of showing all of them";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_goals_GoalReport$Stat_in"].content = [
 	{
-		"name":"key",
+		"name":"percentage",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"conversionRate",
+		"name":"targetCount",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -3316,18 +3316,18 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"targetCount",
+		"name":"key",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"percentage",
+		"name":"conversionRate",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -3353,7 +3353,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"conversionRate",
+		"name":"percentage",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -3364,7 +3364,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"startCount",
+		"name":"targetCount",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -3375,7 +3375,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"targetCount",
+		"name":"startCount",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -3386,7 +3386,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"percentage",
+		"name":"conversionRate",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -3412,7 +3412,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"id",
+		"name":"description",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -3423,7 +3423,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"description",
+		"name":"id",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -3493,23 +3493,23 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"rank",
+		"name":"description",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"description",
+		"name":"rank",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -3805,17 +3805,6 @@ com.qmino.miredot.restApiSource.tos["jav
 com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_out"].comment = null;
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_in"].content = [
 	{
-		"name":"data",
-		"comment":"<code>true</code> if this node locally stores data, <code>false</code> otherwise",
-		"fullComment":"Specifies whether this ClusterNode locally stores data.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"boolean",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"master",
 		"comment":"<code>true</code> if this node is a master node, <code>false</code> otherwise",
 		"fullComment":"Specifies whether this ClusterNode is a master node, i.e. this node doesn't store any data but is only focused on cluster management operations..",
@@ -3827,31 +3816,34 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"cpuLoad",
-		"comment":"the cpu load",
-		"fullComment":"Sets the cpu load.",
+		"name":"data",
+		"comment":"<code>true</code> if this node locally stores data, <code>false</code> otherwise",
+		"fullComment":"Specifies whether this ClusterNode locally stores data.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"hostAddress",
-		"comment":"the host address",
-		"fullComment":"Sets the host address.",
+		"name":"loadAverage",
+		"comment":"an array of <code>double</code> containing, in order and starting from index <code>0</code>, the load average for the last minute, last five minutes and last fifteen minutes",
+		"fullComment":"Sets the load average for the last minute, five minutes and fifteen minutes.",
 		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
+			"type":"collection",
+			"typeValue":{
+				"type":"simple",
+				"typeValue":"number",
+			},
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"publicPort",
-		"comment":"the public port",
-		"fullComment":"Sets the public port.",
+		"name":"uptime",
+		"comment":"the uptime",
+		"fullComment":"Sets the uptime.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"number",
@@ -3860,9 +3852,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"secureHostAddress",
-		"comment":"the secure host address",
-		"fullComment":"Sets the secure host address which uses the HTTPS protocol for communications between clients and the context server.",
+		"name":"publicHostAddress",
+		"comment":"the public host address",
+		"fullComment":"Sets the public host address.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -3871,17 +3863,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"securePort",
-		"comment":"the secure port",
-		"fullComment":"Sets the secure port.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"number",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"internalHostAddress",
 		"comment":"the internal host address",
 		"fullComment":"Sets the internal host address which uses the HTTP/HTTPS protocol for communications between clients and the context server.",
@@ -3893,34 +3874,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"internalPort",
-		"comment":"the internal port",
-		"fullComment":"Sets the internal port.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"number",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"loadAverage",
-		"comment":"an array of <code>double</code> containing, in order and starting from index <code>0</code>, the load average for the last minute, last five minutes and last fifteen minutes",
-		"fullComment":"Sets the load average for the last minute, five minutes and fifteen minutes.",
-		"typeValue":{
-			"type":"collection",
-			"typeValue":{
-				"type":"simple",
-				"typeValue":"number",
-			},
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"uptime",
-		"comment":"the uptime",
-		"fullComment":"Sets the uptime.",
+		"name":"cpuLoad",
+		"comment":"the cpu load",
+		"fullComment":"Sets the cpu load.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"number",
@@ -3933,17 +3889,6 @@ com.qmino.miredot.restApiSource.tos["org
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_in"].comment = "Information about a cluster node";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_out"].content = [
 	{
-		"name":"hostAddress",
-		"comment":"the host address",
-		"fullComment":"Retrieves the host address.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"loadAverage",
 		"comment":"an array of <code>double</code> containing, in order and starting from index <code>0</code>, the load average for the last minute, last five minutes and last fifteen minutes",
 		"fullComment":"Retrieves the load average for the last minute, five minutes and fifteen minutes.",
@@ -3958,9 +3903,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"master",
-		"comment":"<code>true</code> if this node is a master node, <code>false</code> otherwise",
-		"fullComment":"Determines whether this ClusterNode is a master node, i.e. this node doesn't store any data but is only focused on cluster management operations.",
+		"name":"data",
+		"comment":"<code>true</code> if this node locally stores data, <code>false</code> otherwise",
+		"fullComment":"Determines whether this ClusterNode locally stores data.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"boolean",
@@ -3969,31 +3914,20 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"cpuLoad",
-		"comment":"the cpu load",
-		"fullComment":"Retrieves the cpu load.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"number",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"publicPort",
-		"comment":"the public port",
-		"fullComment":"Retrieves the public port.",
+		"name":"master",
+		"comment":"<code>true</code> if this node is a master node, <code>false</code> otherwise",
+		"fullComment":"Determines whether this ClusterNode is a master node, i.e. this node doesn't store any data but is only focused on cluster management operations.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"secureHostAddress",
-		"comment":"the secure host address",
-		"fullComment":"Retrieves the secure host address which uses the HTTPS protocol for communications between clients and the context server.",
+		"name":"publicHostAddress",
+		"comment":"the public host address",
+		"fullComment":"Retrieves the public host address.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -4002,20 +3936,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"securePort",
-		"comment":"the secure port",
-		"fullComment":"Retrieves the secure port.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"number",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"internalHostAddress",
-		"comment":"the secure host address",
-		"fullComment":"Retrieves the secure host address which uses the HTTP/HTTPS protocol for communications between clients and the context server.",
+		"comment":"the internal host address",
+		"fullComment":"Retrieves the internal host address which uses the HTTP/HTTPS protocol for communications between clients and the context server.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -4024,9 +3947,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"internalPort",
-		"comment":"the internal port",
-		"fullComment":"Retrieves the internal port.",
+		"name":"cpuLoad",
+		"comment":"the cpu load",
+		"fullComment":"Retrieves the cpu load.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"number",
@@ -4035,17 +3958,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"data",
-		"comment":"<code>true</code> if this node locally stores data, <code>false</code> otherwise",
-		"fullComment":"Determines whether this ClusterNode locally stores data.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"boolean",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"uptime",
 		"comment":"the uptime",
 		"fullComment":"Retrieves the uptime.",
@@ -4157,45 +4069,45 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"id",
-		"comment":"the id",
-		"fullComment":"Sets the id.",
+		"name":"hidden",
+		"comment":"<code>true</code> if the associated entity needs to be hidden, <code>false</code> otherwise",
+		"fullComment":"Specifies whether the associated entity is hidden.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"enabled",
-		"comment":"<code>true</code> if the associated entity is enabled, <code>false</code> otherwise",
-		"fullComment":"Specifies whether the associated entity should be active or not.",
+		"name":"description",
+		"comment":"the description",
+		"fullComment":"Sets the description.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"boolean",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"missingPlugins",
-		"comment":"<code>true</code> if plugins are missing, <code>false</code> otherwise",
-		"fullComment":"Specifies whether the associated entity is waiting on additional plugins to become available.",
+		"name":"id",
+		"comment":"the id",
+		"fullComment":"Sets the id.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"boolean",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"description",
-		"comment":"the description",
-		"fullComment":"Sets the description.",
+		"name":"enabled",
+		"comment":"<code>true</code> if the associated entity is enabled, <code>false</code> otherwise",
+		"fullComment":"Specifies whether the associated entity should be active or not.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
@@ -4215,9 +4127,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"hidden",
-		"comment":"<code>true</code> if the associated entity needs to be hidden, <code>false</code> otherwise",
-		"fullComment":"Specifies whether the associated entity is hidden.",
+		"name":"missingPlugins",
+		"comment":"<code>true</code> if plugins are missing, <code>false</code> otherwise",
+		"fullComment":"Specifies whether the associated entity is waiting on additional plugins to become available.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"boolean",
@@ -4274,17 +4186,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"missingPlugins",
-		"comment":"<code>true</code> if plugins are missing, <code>false</code> otherwise",
-		"fullComment":"Whether the associated entity is waiting on additional plugins to become available to be able to properly perform its function.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"boolean",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"description",
 		"comment":"the description",
 		"fullComment":"Retrieves the description.",
@@ -4331,14 +4232,25 @@ com.qmino.miredot.restApiSource.tos["org
 		"deprecated":false,
 		"required":false,
 	},
+	{
+		"name":"missingPlugins",
+		"comment":"<code>true</code> if plugins are missing, <code>false</code> otherwise",
+		"fullComment":"Whether the associated entity is waiting on additional plugins to become available to be able to properly perform its function.",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"boolean",
+		},
+		"deprecated":false,
+		"required":false,
+	},
 ];
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Metadata_out"].ordered = false;
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Metadata_out"].comment = "A class providing information about context server entities";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_Campaign_in"].content = [
 	{
-		"name":"itemType",
-		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
-		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
+		"name":"itemId",
+		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
+		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -4347,9 +4259,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"itemId",
-		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
-		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
+		"name":"itemType",
+		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
+		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -4490,7 +4402,18 @@ com.qmino.miredot.restApiSource.tos["org
 		"fullComment":"Retrieves the currency associated to the Campaign's cost.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"string",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
+		"name":"cost",
+		"comment":"the cost incurred by this Campaign",
+		"fullComment":"Retrieves the cost incurred by this Campaign.",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -4526,17 +4449,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"cost",
-		"comment":"the cost incurred by this Campaign",
-		"fullComment":"Retrieves the cost incurred by this Campaign.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"number",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"primaryGoal",
 		"comment":"the identifier for this Campaign's primary <code>Goal</code>",
 		"fullComment":"Retrieves the identifier for this Campaign's primary <code>Goal</code>.",
@@ -4563,7 +4475,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"id",
+		"name":"description",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -4574,7 +4486,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"description",
+		"name":"id",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -4696,7 +4608,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"to",
+		"name":"from",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -4707,7 +4619,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"from",
+		"name":"to",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -4748,35 +4660,47 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"date",
+		"name":"requestHeaders",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
-			"type":"simple",
-			"typeValue":"date string",
+			"type":"map",
+			"typeKey":{
+				"type":"simple",
+				"typeValue":"string",
+			},
+			"typeValue":{
+				"type":"collection",
+				"typeValue":{
+					"type":"simple",
+					"typeValue":"string",
+				},
+			},
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"mediaType",
+		"name":"acceptableLanguages",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_MediaType_out"],
+		"typeValue":{
+			"type":"collection",
+			"typeValue":{
+				"type":"simple",
+				"typeValue":"java.util.Locale",
+			},
+		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"cookies",
+		"name":"date",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
-			"type":"map",
-			"typeKey":{
-				"type":"simple",
-				"typeValue":"string",
-			},
-			"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Cookie_out"],
+			"type":"simple",
+			"typeValue":"date string",
 		},
 		"deprecated":false,
 		"required":false,
@@ -4793,36 +4717,24 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"requestHeaders",
+		"name":"mediaType",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":{
-			"type":"map",
-			"typeKey":{
-				"type":"simple",
-				"typeValue":"string",
-			},
-			"typeValue":{
-				"type":"collection",
-				"typeValue":{
-					"type":"simple",
-					"typeValue":"string",
-				},
-			},
-		},
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_MediaType_out"],
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"acceptableLanguages",
+		"name":"cookies",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
-			"type":"collection",
-			"typeValue":{
+			"type":"map",
+			"typeKey":{
 				"type":"simple",
-				"typeValue":"java.util.Locale",
+				"typeValue":"string",
 			},
+			"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Cookie_out"],
 		},
 		"deprecated":false,
 		"required":false,
@@ -5111,14 +5023,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"condition",
-		"comment":"the condition which items we want to update must satisfy",
-		"fullComment":"Retrieves the condition which items we want to update must satisfy.",
-		"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_out"],
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"propertyName",
 		"comment":"an Apache Commons BeanUtils expression identifying which property we want to update",
 		"fullComment":"Retrieves the property name which value needs to be updated. Note that the property name follows the <a href=./org/apache/unomi/api/'https://commons.apache.org/proper/commons-beanutils/apidocs/org/apache/commons/beanutils/expression/DefaultResolver.html'>Apache Commons BeanUtils expression format</a>",
@@ -5129,6 +5033,14 @@ com.qmino.miredot.restApiSource.tos["org
 		"deprecated":false,
 		"required":false,
 	},
+	{
+		"name":"condition",
+		"comment":"the condition which items we want to update must satisfy",
+		"fullComment":"Retrieves the condition which items we want to update must satisfy.",
+		"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_out"],
+		"deprecated":false,
+		"required":false,
+	},
 ];
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_BatchUpdate_out"].ordered = false;
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_BatchUpdate_out"].comment = "A representation of an operation to update the value of a property on items matching a specific condition";
@@ -5138,7 +5050,7 @@ com.qmino.miredot.restApiSource.tos["jav
 com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_JspPropertyGroupDescriptor_in"].comment = null;
 com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_JspPropertyGroupDescriptor_out"].content = [
 	{
-		"name":"buffer",
+		"name":"trimDirectiveWhitespaces",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -5149,7 +5061,7 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"defaultContentType",
+		"name":"errorOnUndeclaredNamespace",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -5160,29 +5072,35 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"errorOnUndeclaredNamespace",
+		"name":"includePreludes",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
+			"type":"collection",
+			"typeValue":{
+				"type":"simple",
+				"typeValue":"string",
+			},
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"pageEncoding",
+		"name":"includeCodas",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
+			"type":"collection",
+			"typeValue":{
+				"type":"simple",
+				"typeValue":"string",
+			},
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"scriptingInvalid",
+		"name":"deferredSyntaxAllowedAsLiteral",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -5193,7 +5111,7 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"isXml",
+		"name":"defaultContentType",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -5218,7 +5136,7 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"elIgnored",
+		"name":"pageEncoding",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -5229,35 +5147,29 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"includePreludes",
+		"name":"scriptingInvalid",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
-			"type":"collection",
-			"typeValue":{
-				"type":"simple",
-				"typeValue":"string",
-			},
+			"type":"simple",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"includeCodas",
+		"name":"isXml",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
-			"type":"collection",
-			"typeValue":{
-				"type":"simple",
-				"typeValue":"string",
-			},
+			"type":"simple",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"deferredSyntaxAllowedAsLiteral",
+		"name":"elIgnored",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -5268,7 +5180,7 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"trimDirectiveWhitespaces",
+		"name":"buffer",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -5283,40 +5195,40 @@ com.qmino.miredot.restApiSource.tos["jav
 com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_JspPropertyGroupDescriptor_out"].comment = null;
 com.qmino.miredot.restApiSource.tos["javax_servlet_ServletResponse_in"].content = [
 	{
-		"name":"contentType",
+		"name":"bufferSize",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"contentLength",
+		"name":"locale",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"java.util.Locale",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"locale",
+		"name":"contentType",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"java.util.Locale",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"bufferSize",
+		"name":"contentLength",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -5383,34 +5295,34 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"characterEncoding",
+		"name":"bufferSize",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"committed",
+		"name":"characterEncoding",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"boolean",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"bufferSize",
+		"name":"committed",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
@@ -5514,7 +5426,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"to",
+		"name":"from",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -5525,7 +5437,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"from",
+		"name":"to",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -5566,23 +5478,23 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"requestUri",
+		"name":"pathSegments",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
-			"type":"simple",
-			"typeValue":"java.net.URI",
+			"type":"collection",
+			"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_PathSegment_out"],
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"pathSegments",
+		"name":"requestUri",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
-			"type":"collection",
-			"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_PathSegment_out"],
+			"type":"simple",
+			"typeValue":"java.net.URI",
 		},
 		"deprecated":false,
 		"required":false,
@@ -5790,21 +5702,21 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"rel",
+		"name":"uriBuilder",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_UriBuilder_out"],
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"uriBuilder",
+		"name":"rel",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_UriBuilder_out"],
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"string",
+		},
 		"deprecated":false,
 		"required":false,
 	},
@@ -5927,14 +5839,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"condition",
-		"comment":"the <code>Condition</code> associated with this Query",
-		"fullComment":"Retrieves the <code>Condition</code> associated with this Query.",
-		"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_out"],
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"sortby",
 		"comment":"an optional (<code>null</code> if no sorting is required) String of comma (<code>,</code>) separated property names on which ordering should be performed, ordering elements according to the property order in the String, considering each in turn and moving on to the next one in case of equality of all preceding ones. Each property name is optionally followed by a column (<code>:</code>) and an order specifier: <code>asc</code> or <code>desc</code>.",
 		"fullComment":"Retrieves the sorting specifications for this Query in String format, if any.",
@@ -5946,6 +5850,14 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
+		"name":"condition",
+		"comment":"the <code>Condition</code> associated with this Query",
+		"fullComment":"Retrieves the <code>Condition</code> associated with this Query.",
+		"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_out"],
+		"deprecated":false,
+		"required":false,
+	},
+	{
 		"name":"forceRefresh",
 		"comment":"<code>true</code> if an index refresh is needed before performing this Query, <code>false</code> otherwise",
 		"fullComment":"Determines whether or not an index refresh is needed before performing this Query",
@@ -5995,23 +5907,23 @@ com.qmino.miredot.restApiSource.tos["jav
 com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_JspConfigDescriptor_in"].comment = null;
 com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_JspConfigDescriptor_out"].content = [
 	{
-		"name":"taglibs",
+		"name":"jspPropertyGroups",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"collection",
-			"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_TaglibDescriptor_out"],
+			"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_JspPropertyGroupDescriptor_out"],
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"jspPropertyGroups",
+		"name":"taglibs",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"collection",
-			"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_JspPropertyGroupDescriptor_out"],
+			"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_TaglibDescriptor_out"],
 		},
 		"deprecated":false,
 		"required":false,
@@ -6032,9 +5944,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"itemType",
-		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
-		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
+		"name":"itemId",
+		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
+		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -6043,9 +5955,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"itemId",
-		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
-		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
+		"name":"itemType",
+		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
+		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -6311,26 +6223,26 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"mappings",
+		"name":"runAsRole",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
-			"type":"collection",
-			"typeValue":{
-				"type":"simple",
-				"typeValue":"string",
-			},
+			"type":"simple",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"runAsRole",
+		"name":"mappings",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
+		"typeValue":{
+			"type":"collection",
+			"typeValue":{
+				"type":"simple",
+				"typeValue":"string",
+			},
 		},
 		"deprecated":false,
 		"required":false,
@@ -6348,9 +6260,9 @@ com.qmino.miredot.restApiSource.tos["jav
 com.qmino.miredot.restApiSource.tos["javax_servlet_ServletInputStream_out"].comment = null;
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Profile_in"].content = [
 	{
-		"name":"itemType",
-		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
-		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
+		"name":"itemId",
+		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
+		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -6359,9 +6271,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"itemId",
-		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
-		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
+		"name":"itemType",
+		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
+		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -6569,7 +6481,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"id",
+		"name":"type",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -6580,7 +6492,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"type",
+		"name":"id",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -6665,9 +6577,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"itemType",
-		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
-		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
+		"name":"itemId",
+		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
+		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -6676,9 +6588,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"itemId",
-		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
-		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
+		"name":"itemType",
+		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
+		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -6868,9 +6780,9 @@ com.qmino.miredot.restApiSource.tos["org
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PartialList_org_apache_unomi_api_campaigns_CampaignDetail__out"].comment = "A list of elements representing a limited view of a larger list, starting from a given element (offset from the first) and showing only a given number of elements, instead of showing all of them";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Persona_in"].content = [
 	{
-		"name":"itemType",
-		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
-		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
+		"name":"itemId",
+		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
+		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -6879,9 +6791,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"itemId",
-		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
-		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
+		"name":"itemType",
+		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
+		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -7126,7 +7038,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"to",
+		"name":"from",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -7137,7 +7049,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"from",
+		"name":"to",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -7167,29 +7079,29 @@ com.qmino.miredot.restApiSource.tos["jav
 com.qmino.miredot.restApiSource.tos["javax_servlet_AsyncContext_in"].comment = null;
 com.qmino.miredot.restApiSource.tos["javax_servlet_AsyncContext_out"].content = [
 	{
-		"name":"timeout",
+		"name":"request",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"number",
-		},
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletRequest_out"],
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"request",
+		"name":"response",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletRequest_out"],
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletResponse_out"],
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"response",
+		"name":"timeout",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletResponse_out"],
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"number",
+		},
 		"deprecated":false,
 		"required":false,
 	},
@@ -7289,6 +7201,17 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
+		"name":"attributeNames",
+		"comment":null,
+		"fullComment":null,
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"java.util.Enumeration<java.lang.String>",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
 		"name":"parameterMap",
 		"comment":null,
 		"fullComment":null,
@@ -7310,25 +7233,17 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"attributeNames",
+		"name":"reader",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"java.util.Enumeration<java.lang.String>",
+			"typeValue":"java.io.BufferedReader",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"servletContext",
-		"comment":null,
-		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"],
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"contentLength",
 		"comment":null,
 		"fullComment":null,
@@ -7340,18 +7255,7 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"locale",
-		"comment":null,
-		"fullComment":null,
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"java.util.Locale",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"contentType",
+		"name":"localName",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -7362,29 +7266,29 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"localName",
+		"name":"localPort",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"reader",
+		"name":"locale",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"java.io.BufferedReader",
+			"typeValue":"java.util.Locale",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"characterEncoding",
+		"name":"contentType",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -7532,34 +7436,31 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"localPort",
+		"name":"characterEncoding",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"method",
+		"name":"servletContext",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"],
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"userPrincipal",
+		"name":"method",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"java.security.Principal",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
@@ -7573,45 +7474,34 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"queryString",
-		"comment":null,
-		"fullComment":null,
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"headerNames",
+		"name":"userPrincipal",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"java.util.Enumeration<java.lang.String>",
+			"typeValue":"java.security.Principal",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"cookies",
+		"name":"parts",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"collection",
-			"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_Cookie_out"],
+			"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_Part_out"],
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"parts",
+		"name":"queryString",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
-			"type":"collection",
-			"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_Part_out"],
+			"type":"simple",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
@@ -7759,6 +7649,28 @@ com.qmino.miredot.restApiSource.tos["jav
 		"deprecated":false,
 		"required":false,
 	},
+	{
+		"name":"headerNames",
+		"comment":null,
+		"fullComment":null,
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"java.util.Enumeration<java.lang.String>",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
+		"name":"cookies",
+		"comment":null,
+		"fullComment":null,
+		"typeValue":{
+			"type":"collection",
+			"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_Cookie_out"],
+		},
+		"deprecated":false,
+		"required":false,
+	},
 ];
 com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpServletRequest_out"].ordered = false;
 com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpServletRequest_out"].comment = null;
@@ -7776,66 +7688,66 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"httpHeaders",
+		"name":"request",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_HttpHeaders_out"],
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Request_out"],
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"uriInfo",
+		"name":"httpHeaders",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_UriInfo_out"],
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_HttpHeaders_out"],
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"httpServletRequest",
+		"name":"providers",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpServletRequest_out"],
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_ext_Providers_out"],
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"httpServletResponse",
+		"name":"uriInfo",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpServletResponse_out"],
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_UriInfo_out"],
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"servletContext",
+		"name":"httpServletRequest",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"],
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpServletRequest_out"],
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"servletConfig",
+		"name":"httpServletResponse",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletConfig_out"],
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpServletResponse_out"],
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"request",
+		"name":"servletContext",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Request_out"],
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"],
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"providers",
+		"name":"servletConfig",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_ext_Providers_out"],
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletConfig_out"],
 		"deprecated":false,
 		"required":false,
 	},
@@ -7852,9 +7764,9 @@ com.qmino.miredot.restApiSource.tos["jav
 com.qmino.miredot.restApiSource.tos["javax_servlet_ServletOutputStream_out"].comment = null;
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_rules_Rule_in"].content = [
 	{
-		"name":"itemType",
-		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
-		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
+		"name":"itemId",
+		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
+		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -7863,9 +7775,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"itemId",
-		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
-		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
+		"name":"itemType",
+		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
+		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -7893,6 +7805,14 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
+		"name":"condition",
+		"comment":"the condition that, when satisfied, triggers the rule.",
+		"fullComment":"Sets the condition that, when satisfied, triggers the rule..",
+		"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_in"],
+		"deprecated":false,
+		"required":false,
+	},
+	{
 		"name":"actions",
 		"comment":"the actions to be performed when this rule triggers",
 		"fullComment":"Sets the actions to be performed when this rule triggers.",
@@ -7939,14 +7859,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"deprecated":false,
 		"required":false,
 	},
-	{
-		"name":"condition",
-		"comment":"the condition that, when satisfied, triggers the rule.",
-		"fullComment":"Sets the condition that, when satisfied, triggers the rule..",
-		"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_in"],
-		"deprecated":false,
-		"required":false,
-	},
 ];
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_rules_Rule_in"].ordered = false;
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_rules_Rule_in"].comment = "A conditional set of actions to be executed in response to incoming events";
@@ -8004,6 +7916,14 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
+		"name":"condition",
+		"comment":"the condition that, when satisfied, triggers the rule.",
+		"fullComment":"Retrieves the condition that, when satisfied, triggers the rule.",
+		"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_out"],
+		"deprecated":false,
+		"required":false,
+	},
+	{
 		"name":"linkedItems",
 		"comment":"the linked items",
 		"fullComment":"Retrieves the linked items.",
@@ -8032,18 +7952,10 @@ com.qmino.miredot.restApiSource.tos["org
 		"name":"raiseEventOnlyOnceForSession",
 		"comment":"<code>true</code> if the rule-triggered event should only be raised once per session, <code>false</code> otherwise",
 		"fullComment":"Determines whether the event raised when the rule is triggered should only be raised once per <code>Session</code>.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"boolean",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"condition",
-		"comment":"the condition that, when satisfied, triggers the rule.",
-		"fullComment":"Retrieves the condition that, when satisfied, triggers the rule.",
-		"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_out"],
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"boolean",
+		},
 		"deprecated":false,
 		"required":false,
 	},
@@ -8052,9 +7964,9 @@ com.qmino.miredot.restApiSource.tos["org
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_rules_Rule_out"].comment = "A conditional set of actions to be executed in response to incoming events";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_segments_Scoring_in"].content = [
 	{
-		"name":"itemType",
-		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
-		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
+		"name":"itemId",
+		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
+		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -8063,9 +7975,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"itemId",
-		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
-		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
+		"name":"itemType",
+		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
+		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -8142,9 +8054,9 @@ com.qmino.miredot.restApiSource.tos["org
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_segments_Scoring_out"].comment = "A set of conditions associated with a value to assign to <code>Profile</code>s when matching so that the associated users can be scored along that dimension";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PropertyType_in"].content = [
 	{
-		"name":"itemType",
-		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
-		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
+		"name":"itemId",
+		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
+		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -8153,9 +8065,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"itemId",
-		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
-		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
+		"name":"itemType",
+		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
+		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -8760,7 +8672,7 @@ com.qmino.miredot.restApiSource.tos["org
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PartialList_org_apache_unomi_api_campaigns_events_CampaignEvent__out"].comment = "A list of elements representing a limited view of a larger list, starting from a given element (offset from the first) and showing only a given number of elements, instead of showing all of them";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_segments_DependentMetadata_in"].content = [
 	{
-		"name":"scorings",
+		"name":"segments",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -8771,7 +8683,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"segments",
+		"name":"scorings",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -8786,7 +8698,7 @@ com.qmino.miredot.restApiSource.tos["org
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_segments_DependentMetadata_in"].comment = null;
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_segments_DependentMetadata_out"].content = [
 	{
-		"name":"scorings",
+		"name":"segments",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -8797,7 +8709,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"segments",
+		"name":"scorings",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -8856,29 +8768,29 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"maxAge",
+		"name":"domain",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"domain",
+		"name":"secure",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"secure",
+		"name":"httpOnly",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -8889,12 +8801,12 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"httpOnly",
+		"name":"maxAge",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"boolean",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -8970,18 +8882,18 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"maxAge",
+		"name":"httpOnly",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"httpOnly",
+		"name":"secure",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -8992,12 +8904,12 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"secure",
+		"name":"maxAge",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"boolean",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -9073,9 +8985,9 @@ com.qmino.miredot.restApiSource.tos["org
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_out"].comment = "A set of elements that can be evaluated";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_goals_Goal_in"].content = [
 	{
-		"name":"itemType",
-		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
-		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
+		"name":"itemId",
+		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
+		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -9084,9 +8996,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"itemId",
-		"comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.",
-		"fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.",
+		"name":"itemType",
+		"comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value",
+		"fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -9240,6 +9152,17 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
+		"name":"attributeNames",
+		"comment":null,
+		"fullComment":null,
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"java.util.Enumeration<java.lang.String>",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
 		"name":"parameterMap",
 		"comment":null,
 		"fullComment":null,
@@ -9261,25 +9184,17 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"attributeNames",
+		"name":"reader",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"java.util.Enumeration<java.lang.String>",
+			"typeValue":"java.io.BufferedReader",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"servletContext",
-		"comment":null,
-		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"],
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"contentLength",
 		"comment":null,
 		"fullComment":null,
@@ -9291,18 +9206,7 @@ com.qmino.miredot.restApiSource.tos["jav

[... 389 lines stripped ...]