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 2018/11/15 19:06:27 UTC

svn commit: r1846671 [2/2] - /incubator/unomi/website/rest-api-doc/input/input.js

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=1846671&r1=1846670&r2=1846671&view=diff
==============================================================================
--- incubator/unomi/website/rest-api-doc/input/input.js (original)
+++ incubator/unomi/website/rest-api-doc/input/input.js Thu Nov 15 19:06:27 2018
@@ -15,7 +15,7 @@ com.qmino.miredot.restApiSource = {
 	"jsonDocHidden":false,
 	"singlePage":false,
 	"hideLogoOnTop":false,
-	"dateOfGeneration":"2018-11-15 13:21:38",
+	"dateOfGeneration":"2018-11-15 20:02:54",
 	"validLicense":true,
 	"licenseErrorMessage":[
 		
@@ -31,27 +31,27 @@ com.qmino.miredot.restApiSource = {
 };
 
 com.qmino.miredot.restApiSource.tos = {
-	"org_apache_unomi_api_Consent_in":{
+	"org_apache_unomi_rest_RESTConditionType_in":{
 		"type":"complex",
-		"name":"org_apache_unomi_api_Consent_in",
+		"name":"org_apache_unomi_rest_RESTConditionType_in",
 		"content":[
 		],
 	},
-	"org_apache_unomi_api_Consent_out":{
+	"org_apache_unomi_rest_RESTConditionType_out":{
 		"type":"complex",
-		"name":"org_apache_unomi_api_Consent_out",
+		"name":"org_apache_unomi_rest_RESTConditionType_out",
 		"content":[
 		],
 	},
-	"org_apache_unomi_rest_RESTConditionType_in":{
+	"org_apache_unomi_api_Consent_in":{
 		"type":"complex",
-		"name":"org_apache_unomi_rest_RESTConditionType_in",
+		"name":"org_apache_unomi_api_Consent_in",
 		"content":[
 		],
 	},
-	"org_apache_unomi_rest_RESTConditionType_out":{
+	"org_apache_unomi_api_Consent_out":{
 		"type":"complex",
-		"name":"org_apache_unomi_rest_RESTConditionType_out",
+		"name":"org_apache_unomi_api_Consent_out",
 		"content":[
 		],
 	},
@@ -331,27 +331,27 @@ com.qmino.miredot.restApiSource.tos = {
 		"content":[
 		],
 	},
-	"javax_ws_rs_core_Response$StatusType_in":{
+	"org_apache_unomi_api_ClusterNode_in":{
 		"type":"complex",
-		"name":"javax_ws_rs_core_Response$StatusType_in",
+		"name":"org_apache_unomi_api_ClusterNode_in",
 		"content":[
 		],
 	},
-	"javax_ws_rs_core_Response$StatusType_out":{
+	"org_apache_unomi_api_ClusterNode_out":{
 		"type":"complex",
-		"name":"javax_ws_rs_core_Response$StatusType_out",
+		"name":"org_apache_unomi_api_ClusterNode_out",
 		"content":[
 		],
 	},
-	"org_apache_unomi_api_ClusterNode_in":{
+	"javax_ws_rs_core_Response$StatusType_in":{
 		"type":"complex",
-		"name":"org_apache_unomi_api_ClusterNode_in",
+		"name":"javax_ws_rs_core_Response$StatusType_in",
 		"content":[
 		],
 	},
-	"org_apache_unomi_api_ClusterNode_out":{
+	"javax_ws_rs_core_Response$StatusType_out":{
 		"type":"complex",
-		"name":"org_apache_unomi_api_ClusterNode_out",
+		"name":"javax_ws_rs_core_Response$StatusType_out",
 		"content":[
 		],
 	},
@@ -967,27 +967,27 @@ com.qmino.miredot.restApiSource.tos = {
 		"content":[
 		],
 	},
-	"org_apache_unomi_api_Session_in":{
+	"javax_servlet_ServletContext_in":{
 		"type":"complex",
-		"name":"org_apache_unomi_api_Session_in",
+		"name":"javax_servlet_ServletContext_in",
 		"content":[
 		],
 	},
-	"org_apache_unomi_api_Session_out":{
+	"javax_servlet_ServletContext_out":{
 		"type":"complex",
-		"name":"org_apache_unomi_api_Session_out",
+		"name":"javax_servlet_ServletContext_out",
 		"content":[
 		],
 	},
-	"javax_servlet_ServletContext_in":{
+	"org_apache_unomi_api_Session_in":{
 		"type":"complex",
-		"name":"javax_servlet_ServletContext_in",
+		"name":"org_apache_unomi_api_Session_in",
 		"content":[
 		],
 	},
-	"javax_servlet_ServletContext_out":{
+	"org_apache_unomi_api_Session_out":{
 		"type":"complex",
-		"name":"javax_servlet_ServletContext_out",
+		"name":"org_apache_unomi_api_Session_out",
 		"content":[
 		],
 	},
@@ -1122,118 +1122,6 @@ com.qmino.miredot.restApiSource.enums =
 		],
 	},
 };
-com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Consent_in"].content = [
-	{
-		"name":"statusDate",
-		"comment":"a valid Date or null if we set not starting date (immediately valid)",
-		"fullComment":"Sets the date from which this consent applies.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"date string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"revokeDate",
-		"comment":"a valid Date or null to indicate an unlimited consent",
-		"fullComment":"Sets the end date for this consent. After this date the consent is no longer valid and should be disposed of. If this date is not set it means the consent will never expire",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"date string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"typeIdentifier",
-		"comment":"a unique String to identify the consent type",
-		"fullComment":"Set the type identifier. This must be (no validation is done) a unique identifier for the consent type. These are usually externally defined, Apache Unomi has no knowledge of them except for this type identifier.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"scope",
-		"comment":"a scope identifier",
-		"fullComment":"Set the scope for this consent",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"status",
-		"comment":"the status to set on this consent",
-		"fullComment":"Sets the status for this consent. A Consent status of type REVOKED means that this consent is meant to be destroyed.",
-		"typeValue":com.qmino.miredot.restApiSource.enums["org_apache_unomi_api_ConsentStatus"],
-		"deprecated":false,
-		"required":false,
-	},
-];
-com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Consent_in"].ordered = false;
-com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Consent_in"].comment = "A consent is an object attached to a profile that indicates whether the profile has agreed or denied a special consent type";
-com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Consent_out"].content = [
-	{
-		"name":"scope",
-		"comment":"a scope identifier",
-		"fullComment":"Retrieve the scope for this consent",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"typeIdentifier",
-		"comment":"a String containing the type identifier",
-		"fullComment":"Retrieve the consent type identifier for this consent.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"revokeDate",
-		"comment":"a valid Date or null to indicate an unlimited consent",
-		"fullComment":"Retrieves the end date for this consent. After this date the consent is no longer valid and should be disposed of. If this date is not set it means the consent will never expire",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"date string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"statusDate",
-		"comment":"a valid date or null if this date was not set.",
-		"fullComment":"Retrieve the date at which this consent was given. If this date is in the future the consent should not be considered valid yet.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"date string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"status",
-		"comment":"the current value for the status.",
-		"fullComment":"Retrieves the status for this consent. This is of type @ConsentStatus",
-		"typeValue":com.qmino.miredot.restApiSource.enums["org_apache_unomi_api_ConsentStatus"],
-		"deprecated":false,
-		"required":false,
-	},
-];
-com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Consent_out"].ordered = false;
-com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Consent_out"].comment = "A consent is an object attached to a profile that indicates whether the profile has agreed or denied a special consent type";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTConditionType_in"].content = [
 	{
 		"name":"name",
@@ -1258,12 +1146,12 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"id",
+		"name":"version",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -1280,18 +1168,21 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"version",
+		"name":"tags",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
-			"type":"simple",
-			"typeValue":"number",
+			"type":"collection",
+			"typeValue":{
+				"type":"simple",
+				"typeValue":"string",
+			},
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"tags",
+		"name":"systemTags",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -1305,15 +1196,12 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"systemTags",
+		"name":"id",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
-			"type":"collection",
-			"typeValue":{
-				"type":"simple",
-				"typeValue":"string",
-			},
+			"type":"simple",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
@@ -1367,17 +1255,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"version",
-		"comment":null,
-		"fullComment":null,
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"number",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"tags",
 		"comment":null,
 		"fullComment":null,
@@ -1405,10 +1282,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"deprecated":false,
 		"required":false,
 	},
-];
-com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTConditionType_out"].ordered = false;
-com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTConditionType_out"].comment = "A representation of a <code>ConditionType</code> better suited for definitions";
-com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Event_in"].content = [
 	{
 		"name":"version",
 		"comment":null,
@@ -1420,10 +1293,14 @@ com.qmino.miredot.restApiSource.tos["org
 		"deprecated":false,
 		"required":false,
 	},
+];
+com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTConditionType_out"].ordered = false;
+com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTConditionType_out"].comment = "A representation of a <code>ConditionType</code> better suited for definitions";
+com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Consent_in"].content = [
 	{
-		"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":"scope",
+		"comment":"a scope identifier",
+		"fullComment":"Set the scope for this consent",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -1432,9 +1309,17 @@ 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":"status",
+		"comment":"the status to set on this consent",
+		"fullComment":"Sets the status for this consent. A Consent status of type REVOKED means that this consent is meant to be destroyed.",
+		"typeValue":com.qmino.miredot.restApiSource.enums["org_apache_unomi_api_ConsentStatus"],
+		"deprecated":false,
+		"required":false,
+	},
+	{
+		"name":"typeIdentifier",
+		"comment":"a unique String to identify the consent type",
+		"fullComment":"Set the type identifier. This must be (no validation is done) a unique identifier for the consent type. These are usually externally defined, Apache Unomi has no knowledge of them except for this type identifier.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -1443,35 +1328,150 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"scope",
-		"comment":"the Item's scope name",
-		"fullComment":"Retrieves the Item's scope.",
+		"name":"statusDate",
+		"comment":"a valid Date or null if we set not starting date (immediately valid)",
+		"fullComment":"Sets the date from which this consent applies.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"date string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"target",
-		"comment":"the target",
-		"fullComment":"Sets the target.",
-		"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Item_in"],
+		"name":"revokeDate",
+		"comment":"a valid Date or null to indicate an unlimited consent",
+		"fullComment":"Sets the end date for this consent. After this date the consent is no longer valid and should be disposed of. If this date is not set it means the consent will never expire",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"date string",
+		},
 		"deprecated":false,
 		"required":false,
 	},
+];
+com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Consent_in"].ordered = false;
+com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Consent_in"].comment = "A consent is an object attached to a profile that indicates whether the profile has agreed or denied a special consent type";
+com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Consent_out"].content = [
 	{
-		"name":"source",
-		"comment":"the source",
-		"fullComment":"Sets the source.",
-		"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Item_in"],
+		"name":"status",
+		"comment":"the current value for the status.",
+		"fullComment":"Retrieves the status for this consent. This is of type @ConsentStatus",
+		"typeValue":com.qmino.miredot.restApiSource.enums["org_apache_unomi_api_ConsentStatus"],
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"persistent",
-		"comment":"<code>true</code> if this Event needs to be persisted, <code>false</code> otherwise",
+		"name":"scope",
+		"comment":"a scope identifier",
+		"fullComment":"Retrieve the scope for this consent",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"string",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
+		"name":"typeIdentifier",
+		"comment":"a String containing the type identifier",
+		"fullComment":"Retrieve the consent type identifier for this consent.",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"string",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
+		"name":"statusDate",
+		"comment":"a valid date or null if this date was not set.",
+		"fullComment":"Retrieve the date at which this consent was given. If this date is in the future the consent should not be considered valid yet.",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"date string",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
+		"name":"revokeDate",
+		"comment":"a valid Date or null to indicate an unlimited consent",
+		"fullComment":"Retrieves the end date for this consent. After this date the consent is no longer valid and should be disposed of. If this date is not set it means the consent will never expire",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"date string",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+];
+com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Consent_out"].ordered = false;
+com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Consent_out"].comment = "A consent is an object attached to a profile that indicates whether the profile has agreed or denied a special consent type";
+com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Event_in"].content = [
+	{
+		"name":"version",
+		"comment":null,
+		"fullComment":null,
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"number",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
+		"name":"scope",
+		"comment":"the Item's scope name",
+		"fullComment":"Retrieves the Item's scope.",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"string",
+		},
+		"deprecated":false,
+		"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.",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"string",
+		},
+		"deprecated":false,
+		"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.",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"string",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
+		"name":"target",
+		"comment":"the target",
+		"fullComment":"Sets the target.",
+		"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Item_in"],
+		"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,
+	},
+	{
+		"name":"persistent",
+		"comment":"<code>true</code> if this Event needs to be persisted, <code>false</code> otherwise",
 		"fullComment":"Specifies if this Event needs to be persisted.",
 		"typeValue":{
 			"type":"simple",
@@ -1496,6 +1496,17 @@ com.qmino.miredot.restApiSource.tos["org
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Event_in"].comment = "An event that can be processed and evaluated by the context server";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Event_out"].content = [
 	{
+		"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",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
 		"name":"scope",
 		"comment":"the Item's scope name",
 		"fullComment":"Retrieves the Item's scope.",
@@ -1529,17 +1540,6 @@ 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.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"timeStamp",
 		"comment":"the associated timestamp",
 		"fullComment":"Retrieves the associated timestamp.",
@@ -1637,34 +1637,34 @@ com.qmino.miredot.restApiSource.tos["jav
 com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_SecurityContext_in"].comment = null;
 com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_SecurityContext_out"].content = [
 	{
-		"name":"authenticationScheme",
+		"name":"userPrincipal",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"java.security.Principal",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"userPrincipal",
+		"name":"secure",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"java.security.Principal",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"secure",
+		"name":"authenticationScheme",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"boolean",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
@@ -1696,40 +1696,40 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"maxAge",
+		"name":"comment",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"domain",
+		"name":"maxAge",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"secure",
+		"name":"domain",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"boolean",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"httpOnly",
+		"name":"secure",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -1740,12 +1740,12 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"comment",
+		"name":"httpOnly",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
@@ -1777,18 +1777,18 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"maxAge",
+		"name":"comment",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"comment",
+		"name":"domain",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -1799,23 +1799,23 @@ 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,
 	},
 	{
-		"name":"domain",
+		"name":"httpOnly",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
@@ -1847,9 +1847,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":"scope",
+		"comment":"the Item's scope name",
+		"fullComment":"Retrieves the Item's scope.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -1858,9 +1858,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",
@@ -1869,9 +1869,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"scope",
-		"comment":"the Item's scope name",
-		"fullComment":"Retrieves the Item's scope.",
+		"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",
@@ -1950,6 +1950,17 @@ com.qmino.miredot.restApiSource.tos["org
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PersonaSession_in"].comment = "A Persona session";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PersonaSession_out"].content = [
 	{
+		"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",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
 		"name":"scope",
 		"comment":"the Item's scope name",
 		"fullComment":"Retrieves the Item's scope.",
@@ -1983,17 +1994,6 @@ 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.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"timeStamp",
 		"comment":"the session creation timestamp",
 		"fullComment":"Retrieves the session creation timestamp.",
@@ -2034,17 +2034,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"duration",
-		"comment":"the duration",
-		"fullComment":"Retrieves the duration.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"number",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"systemProperties",
 		"comment":"a Map of system property name - value pairs",
 		"fullComment":"Retrieves a Map of system property name - value pairs. System properties can be used by implementations to store non-user visible properties needed for internal purposes.",
@@ -2063,6 +2052,17 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
+		"name":"duration",
+		"comment":"the duration",
+		"fullComment":"Retrieves the duration.",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"number",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
 		"name":"profileId",
 		"comment":"the identifier of the associated Profile",
 		"fullComment":"Retrieves the identifier of the associated Profile.",
@@ -2108,20 +2108,20 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"list",
-		"comment":"the view list into the bigger List this PartialList is representing",
-		"fullComment":"Sets the view list.",
+		"name":"scrollIdentifier",
+		"comment":"a string containing the scroll identifier, to be sent back in an subsequent request",
+		"fullComment":"Retrieve the scroll identifier to make it possible to continue a scrolling list query",
 		"typeValue":{
-			"type":"collection",
-			"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Metadata_in"],
+			"type":"simple",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"pageSize",
-		"comment":"the number of elements this PartialList contains",
-		"fullComment":"Retrieves the number of elements this PartialList contains.",
+		"name":"totalSize",
+		"comment":"the total size of elements in the original List",
+		"fullComment":"Retrieves the total size of elements in the original List.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"number",
@@ -2130,23 +2130,23 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"totalSize",
-		"comment":"the total size of elements in the original List",
-		"fullComment":"Retrieves the total size of elements in the original List.",
+		"name":"list",
+		"comment":"the view list into the bigger List this PartialList is representing",
+		"fullComment":"Sets the view list.",
 		"typeValue":{
-			"type":"simple",
-			"typeValue":"number",
+			"type":"collection",
+			"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Metadata_in"],
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"scrollIdentifier",
-		"comment":"a string containing the scroll identifier, to be sent back in an subsequent request",
-		"fullComment":"Retrieve the scroll identifier to make it possible to continue a scrolling list query",
+		"name":"pageSize",
+		"comment":"the number of elements this PartialList contains",
+		"fullComment":"Retrieves the number of elements this PartialList contains.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -2189,12 +2189,12 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"pageSize",
-		"comment":"the number of elements this PartialList contains",
-		"fullComment":"Retrieves the number of elements this PartialList contains.",
+		"name":"scrollIdentifier",
+		"comment":"a string containing the scroll identifier, to be sent back in an subsequent request",
+		"fullComment":"Retrieve the scroll identifier to make it possible to continue a scrolling list query",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
@@ -2211,12 +2211,12 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"scrollIdentifier",
-		"comment":"a string containing the scroll identifier, to be sent back in an subsequent request",
-		"fullComment":"Retrieve the scroll identifier to make it possible to continue a scrolling list query",
+		"name":"pageSize",
+		"comment":"the number of elements this PartialList contains",
+		"fullComment":"Retrieves the number of elements this PartialList contains.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -2296,45 +2296,45 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"maxAge",
+		"name":"comment",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"comment",
+		"name":"expiry",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"date string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"httpOnly",
+		"name":"maxAge",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"boolean",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"expiry",
+		"name":"httpOnly",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"date string",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
@@ -2500,18 +2500,18 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"subtype",
+		"name":"wildcardType",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"wildcardType",
+		"name":"wildcardSubtype",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -2522,12 +2522,12 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"wildcardSubtype",
+		"name":"subtype",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"boolean",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
@@ -2548,20 +2548,20 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"list",
-		"comment":"the view list into the bigger List this PartialList is representing",
-		"fullComment":"Sets the view list.",
+		"name":"scrollIdentifier",
+		"comment":"a string containing the scroll identifier, to be sent back in an subsequent request",
+		"fullComment":"Retrieve the scroll identifier to make it possible to continue a scrolling list query",
 		"typeValue":{
-			"type":"collection",
-			"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_rules_Rule_in"],
+			"type":"simple",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"pageSize",
-		"comment":"the number of elements this PartialList contains",
-		"fullComment":"Retrieves the number of elements this PartialList contains.",
+		"name":"totalSize",
+		"comment":"the total size of elements in the original List",
+		"fullComment":"Retrieves the total size of elements in the original List.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"number",
@@ -2570,23 +2570,23 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"totalSize",
-		"comment":"the total size of elements in the original List",
-		"fullComment":"Retrieves the total size of elements in the original List.",
+		"name":"list",
+		"comment":"the view list into the bigger List this PartialList is representing",
+		"fullComment":"Sets the view list.",
 		"typeValue":{
-			"type":"simple",
-			"typeValue":"number",
+			"type":"collection",
+			"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_rules_Rule_in"],
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"scrollIdentifier",
-		"comment":"a string containing the scroll identifier, to be sent back in an subsequent request",
-		"fullComment":"Retrieve the scroll identifier to make it possible to continue a scrolling list query",
+		"name":"pageSize",
+		"comment":"the number of elements this PartialList contains",
+		"fullComment":"Retrieves the number of elements this PartialList contains.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -2629,12 +2629,12 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"pageSize",
-		"comment":"the number of elements this PartialList contains",
-		"fullComment":"Retrieves the number of elements this PartialList contains.",
+		"name":"scrollIdentifier",
+		"comment":"a string containing the scroll identifier, to be sent back in an subsequent request",
+		"fullComment":"Retrieve the scroll identifier to make it possible to continue a scrolling list query",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
@@ -2651,12 +2651,12 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"scrollIdentifier",
-		"comment":"a string containing the scroll identifier, to be sent back in an subsequent request",
-		"fullComment":"Retrieve the scroll identifier to make it possible to continue a scrolling list query",
+		"name":"pageSize",
+		"comment":"the number of elements this PartialList contains",
+		"fullComment":"Retrieves the number of elements this PartialList contains.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -2897,7 +2897,7 @@ com.qmino.miredot.restApiSource.tos["jav
 com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_TaglibDescriptor_in"].comment = null;
 com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_TaglibDescriptor_out"].content = [
 	{
-		"name":"taglibURI",
+		"name":"taglibLocation",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -2908,7 +2908,7 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"taglibLocation",
+		"name":"taglibURI",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -3009,31 +3009,31 @@ com.qmino.miredot.restApiSource.tos["org
 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";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_ConditionType_out"].content = [
 	{
-		"name":"version",
-		"comment":null,
-		"fullComment":null,
+		"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":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"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":"version",
+		"comment":null,
+		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"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",
@@ -3121,14 +3121,6 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"servletContext",
-		"comment":null,
-		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"],
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"attributeNames",
 		"comment":null,
 		"fullComment":null,
@@ -3151,23 +3143,31 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"new",
+		"name":"servletContext",
+		"comment":null,
+		"fullComment":null,
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"],
+		"deprecated":false,
+		"required":false,
+	},
+	{
+		"name":"lastAccessedTime",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"boolean",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"lastAccessedTime",
+		"name":"new",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
@@ -3214,13 +3214,10 @@ 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":"initParameterNames",
+		"name":"servletContext",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"java.util.Enumeration<java.lang.String>",
-		},
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"],
 		"deprecated":false,
 		"required":false,
 	},
@@ -3236,10 +3233,13 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"servletContext",
+		"name":"initParameterNames",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"],
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"java.util.Enumeration<java.lang.String>",
+		},
 		"deprecated":false,
 		"required":false,
 	},
@@ -3297,23 +3297,23 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"cost",
-		"comment":"the cost",
-		"fullComment":"Sets the cost.",
+		"name":"timezone",
+		"comment":"the timezone",
+		"fullComment":"Sets the timezone.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"campaignId",
-		"comment":"the campaign id",
-		"fullComment":"Sets the campaign id.",
+		"name":"cost",
+		"comment":"the cost",
+		"fullComment":"Sets the cost.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -3330,9 +3330,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"timezone",
-		"comment":"the timezone",
-		"fullComment":"Sets the timezone.",
+		"name":"currency",
+		"comment":"the currency",
+		"fullComment":"Sets the currency.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -3341,9 +3341,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"currency",
-		"comment":"the currency",
-		"fullComment":"Sets the currency.",
+		"name":"campaignId",
+		"comment":"the campaign id",
+		"fullComment":"Sets the campaign id.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -3356,31 +3356,31 @@ com.qmino.miredot.restApiSource.tos["org
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_events_CampaignEvent_in"].comment = "A specific campaign event to help analyzing your key performance indicators by marking specific dates during your campaign";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_events_CampaignEvent_out"].content = [
 	{
-		"name":"version",
-		"comment":null,
-		"fullComment":null,
+		"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":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"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":"version",
+		"comment":null,
+		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"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",
@@ -3397,9 +3397,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"campaignId",
-		"comment":"the identifier of the associated <code>Campaign</code>",
-		"fullComment":"Retrieves the identifier of the associated <code>Campaign</code>.",
+		"name":"timezone",
+		"comment":"the timezone",
+		"fullComment":"Retrieves the timezone.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -3408,31 +3408,31 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"eventDate",
-		"comment":"the event date",
-		"fullComment":"Retrieves the event date.",
+		"name":"cost",
+		"comment":"the cost associated with this campaign event",
+		"fullComment":"Retrieves the cost associated with this campaign event.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"date string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"cost",
-		"comment":"the cost associated with this campaign event",
-		"fullComment":"Retrieves the cost associated with this campaign event.",
+		"name":"eventDate",
+		"comment":"the event date",
+		"fullComment":"Retrieves the event date.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"date string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"timezone",
-		"comment":"the timezone",
-		"fullComment":"Retrieves the timezone.",
+		"name":"currency",
+		"comment":"the currency",
+		"fullComment":"Retrieves the currency.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -3441,9 +3441,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"currency",
-		"comment":"the currency",
-		"fullComment":"Retrieves the currency.",
+		"name":"campaignId",
+		"comment":"the identifier of the associated <code>Campaign</code>",
+		"fullComment":"Retrieves the identifier of the associated <code>Campaign</code>.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -3467,20 +3467,20 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"list",
-		"comment":"the view list into the bigger List this PartialList is representing",
-		"fullComment":"Sets the view list.",
+		"name":"scrollIdentifier",
+		"comment":"a string containing the scroll identifier, to be sent back in an subsequent request",
+		"fullComment":"Retrieve the scroll identifier to make it possible to continue a scrolling list query",
 		"typeValue":{
-			"type":"collection",
-			"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Session_in"],
+			"type":"simple",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"pageSize",
-		"comment":"the number of elements this PartialList contains",
-		"fullComment":"Retrieves the number of elements this PartialList contains.",
+		"name":"totalSize",
+		"comment":"the total size of elements in the original List",
+		"fullComment":"Retrieves the total size of elements in the original List.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"number",
@@ -3489,23 +3489,23 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"totalSize",
-		"comment":"the total size of elements in the original List",
-		"fullComment":"Retrieves the total size of elements in the original List.",
+		"name":"list",
+		"comment":"the view list into the bigger List this PartialList is representing",
+		"fullComment":"Sets the view list.",
 		"typeValue":{
-			"type":"simple",
-			"typeValue":"number",
+			"type":"collection",
+			"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Session_in"],
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"scrollIdentifier",
-		"comment":"a string containing the scroll identifier, to be sent back in an subsequent request",
-		"fullComment":"Retrieve the scroll identifier to make it possible to continue a scrolling list query",
+		"name":"pageSize",
+		"comment":"the number of elements this PartialList contains",
+		"fullComment":"Retrieves the number of elements this PartialList contains.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -3548,12 +3548,12 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"pageSize",
-		"comment":"the number of elements this PartialList contains",
-		"fullComment":"Retrieves the number of elements this PartialList contains.",
+		"name":"scrollIdentifier",
+		"comment":"a string containing the scroll identifier, to be sent back in an subsequent request",
+		"fullComment":"Retrieve the scroll identifier to make it possible to continue a scrolling list query",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
@@ -3570,12 +3570,12 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"scrollIdentifier",
-		"comment":"a string containing the scroll identifier, to be sent back in an subsequent request",
-		"fullComment":"Retrieve the scroll identifier to make it possible to continue a scrolling list query",
+		"name":"pageSize",
+		"comment":"the number of elements this PartialList contains",
+		"fullComment":"Retrieves the number of elements this PartialList contains.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -3607,18 +3607,18 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"startCount",
+		"name":"key",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"targetCount",
+		"name":"startCount",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -3629,7 +3629,7 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"percentage",
+		"name":"targetCount",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -3640,12 +3640,12 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"key",
+		"name":"percentage",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -3938,52 +3938,47 @@ com.qmino.miredot.restApiSource.tos["jav
 ];
 com.qmino.miredot.restApiSource.tos["javax_servlet_FilterRegistration_out"].ordered = false;
 com.qmino.miredot.restApiSource.tos["javax_servlet_FilterRegistration_out"].comment = null;
-com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_in"].content = [
-];
-com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_in"].ordered = false;
-com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_in"].comment = null;
-com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_out"].content = [
+com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_in"].content = [
 	{
-		"name":"statusCode",
-		"comment":null,
-		"fullComment":null,
+		"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":"reasonPhrase",
-		"comment":null,
-		"fullComment":null,
+		"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..",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"family",
-		"comment":null,
-		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.enums["javax_ws_rs_core_Response$Status$Family"],
+		"name":"cpuLoad",
+		"comment":"the cpu load",
+		"fullComment":"Sets the cpu load.",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"number",
+		},
 		"deprecated":false,
 		"required":false,
 	},
-];
-com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_out"].ordered = false;
-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.",
+		"name":"publicHostAddress",
+		"comment":"the public host address",
+		"fullComment":"Sets the public host address.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"boolean",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
@@ -4024,21 +4019,28 @@ com.qmino.miredot.restApiSource.tos["org
 		"deprecated":false,
 		"required":false,
 	},
+];
+com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_in"].ordered = false;
+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":"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..",
+		"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.",
 		"typeValue":{
-			"type":"simple",
-			"typeValue":"boolean",
+			"type":"collection",
+			"typeValue":{
+				"type":"simple",
+				"typeValue":"number",
+			},
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"cpuLoad",
-		"comment":"the cpu load",
-		"fullComment":"Sets the cpu load.",
+		"name":"uptime",
+		"comment":"the uptime",
+		"fullComment":"Retrieves the uptime.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"number",
@@ -4047,30 +4049,23 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"publicHostAddress",
-		"comment":"the public host address",
-		"fullComment":"Sets the public host address.",
+		"name":"cpuLoad",
+		"comment":"the cpu load",
+		"fullComment":"Retrieves the cpu load.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
 	},
-];
-com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_in"].ordered = false;
-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":"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.",
+		"name":"publicHostAddress",
+		"comment":"the public host address",
+		"fullComment":"Retrieves the public host address.",
 		"typeValue":{
-			"type":"collection",
-			"typeValue":{
-				"type":"simple",
-				"typeValue":"number",
-			},
+			"type":"simple",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
@@ -4108,21 +4103,26 @@ com.qmino.miredot.restApiSource.tos["org
 		"deprecated":false,
 		"required":false,
 	},
+];
+com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_out"].ordered = false;
+com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_out"].comment = "Information about a cluster node";
+com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_in"].content = [
+];
+com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_in"].ordered = false;
+com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_in"].comment = null;
+com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_out"].content = [
 	{
-		"name":"uptime",
-		"comment":"the uptime",
-		"fullComment":"Retrieves the uptime.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"number",
-		},
+		"name":"family",
+		"comment":null,
+		"fullComment":null,
+		"typeValue":com.qmino.miredot.restApiSource.enums["javax_ws_rs_core_Response$Status$Family"],
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"cpuLoad",
-		"comment":"the cpu load",
-		"fullComment":"Retrieves the cpu load.",
+		"name":"statusCode",
+		"comment":null,
+		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"number",
@@ -4131,9 +4131,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"publicHostAddress",
-		"comment":"the public host address",
-		"fullComment":"Retrieves the public host address.",
+		"name":"reasonPhrase",
+		"comment":null,
+		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -4142,8 +4142,8 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 ];
-com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_out"].ordered = false;
-com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_out"].comment = "Information about a cluster node";
+com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_out"].ordered = false;
+com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_out"].comment = null;
 com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Cookie_in"].content = [
 ];
 com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Cookie_in"].ordered = false;
@@ -4220,9 +4220,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":"scope",
+		"comment":"the Item's scope name",
+		"fullComment":"Retrieves the Item's scope.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -4231,9 +4231,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",
@@ -4242,9 +4242,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"scope",
-		"comment":"the Item's scope name",
-		"fullComment":"Retrieves the Item's scope.",
+		"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",
@@ -4312,6 +4312,17 @@ com.qmino.miredot.restApiSource.tos["org
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Patch_in"].comment = "A context server tracked entity";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Patch_out"].content = [
 	{
+		"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",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
 		"name":"scope",
 		"comment":"the Item's scope name",
 		"fullComment":"Retrieves the Item's scope.",
@@ -4345,12 +4356,12 @@ 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":"data",
+		"comment":"data",
+		"fullComment":"Get the patch data For override operation, the data is the full item For patch, the data is a JsonPatch object For remove, no data is needed",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"object",
 		},
 		"deprecated":false,
 		"required":false,
@@ -4399,17 +4410,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"deprecated":false,
 		"required":false,
 	},
-	{
-		"name":"data",
-		"comment":"data",
-		"fullComment":"Get the patch data For override operation, the data is the full item For patch, the data is a JsonPatch object For remove, no data is needed",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"object",
-		},
-		"deprecated":false,
-		"required":false,
-	},
 ];
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Patch_out"].ordered = false;
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Patch_out"].comment = "A context server tracked entity";
@@ -4448,9 +4448,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"id",
-		"comment":"the id",
-		"fullComment":"Sets the id.",
+		"name":"scope",
+		"comment":"the scope",
+		"fullComment":"Sets the scope.",
 		"typeValue":{
 			"type":"simple",
 			"typeValue":"string",
@@ -4459,31 +4459,9 @@ com.qmino.miredot.restApiSource.tos["org
 		"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.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"boolean",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"scope",
-		"comment":"the scope",
-		"fullComment":"Sets the scope.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"tags",
-		"comment":"the tag ids",
-		"fullComment":"Sets the tags.",
+		"name":"tags",
+		"comment":"the tag ids",
+		"fullComment":"Sets the tags.",
 		"typeValue":{
 			"type":"collection",
 			"typeValue":{
@@ -4509,6 +4487,28 @@ com.qmino.miredot.restApiSource.tos["org
 		"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.",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"boolean",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
+		"name":"id",
+		"comment":"the id",
+		"fullComment":"Sets the id.",
+		"typeValue":{
+			"type":"simple",
+			"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.",
@@ -4590,28 +4590,6 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"scope",
-		"comment":"the scope for the entity associated with this Metadata",
-		"fullComment":"Retrieves the scope for the entity associated with this Metadata",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"enabled",
-		"comment":"<code>true</code> if the associated entity is enabled, <code>false</code> otherwise",
-		"fullComment":"Whether the associated entity is considered active by the context server, in particular to check if rules need to be created / triggered",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"boolean",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"tags",
 		"comment":"a set of <code>String</code> tag names associated with this Metadata",
 		"fullComment":"Retrieves a set of <code>String</code> tag names associated with this Metadata",
@@ -4640,6 +4618,28 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
+		"name":"enabled",
+		"comment":"<code>true</code> if the associated entity is enabled, <code>false</code> otherwise",
+		"fullComment":"Whether the associated entity is considered active by the context server, in particular to check if rules need to be created / triggered",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"boolean",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
+		"name":"scope",
+		"comment":"the scope for the entity associated with this Metadata",
+		"fullComment":"Retrieves the scope for the entity associated with this Metadata",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"string",
+		},
+		"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.",
@@ -4696,12 +4696,12 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"cost",
-		"comment":"the cost incurred by this Campaign",
-		"fullComment":"Sets the cost incurred by this Campaign.",
+		"name":"timezone",
+		"comment":"the timezone associated with this Campaign's start and end dates",
+		"fullComment":"Sets the timezone associated with this Campaign's start and end dates.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
@@ -4748,12 +4748,12 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"timezone",
-		"comment":"the timezone associated with this Campaign's start and end dates",
-		"fullComment":"Sets the timezone associated with this Campaign's start and end dates.",
+		"name":"cost",
+		"comment":"the cost incurred by this Campaign",
+		"fullComment":"Sets the cost incurred by this Campaign.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -4774,31 +4774,31 @@ com.qmino.miredot.restApiSource.tos["org
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_Campaign_in"].comment = "A goal-oriented, time-limited marketing operation that needs to be evaluated for return on investment performance by tracking the ratio of visits to conversions";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_Campaign_out"].content = [
 	{
-		"name":"version",
-		"comment":null,
-		"fullComment":null,
+		"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":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"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":"version",
+		"comment":null,
+		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"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",
@@ -4815,12 +4815,12 @@ 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.",
+		"name":"timezone",
+		"comment":"the timezone associated with this Campaign's start and end dates",
+		"fullComment":"Retrieves the timezone associated with this Campaign's start and end dates.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
@@ -4867,12 +4867,12 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"timezone",
-		"comment":"the timezone associated with this Campaign's start and end dates",
-		"fullComment":"Retrieves the timezone associated with this Campaign's start and end dates.",
+		"name":"cost",
+		"comment":"the cost incurred by this Campaign",
+		"fullComment":"Retrieves the cost incurred by this Campaign.",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
@@ -4915,26 +4915,26 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"id",
+		"name":"tags",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
+			"type":"collection",
+			"typeValue":{
+				"type":"simple",
+				"typeValue":"string",
+			},
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"tags",
+		"name":"id",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
-			"type":"collection",
-			"typeValue":{
-				"type":"simple",
-				"typeValue":"string",
-			},
+			"type":"simple",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
@@ -5095,6 +5095,51 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
+		"name":"date",
+		"comment":null,
+		"fullComment":null,
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"date string",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
+		"name":"acceptableMediaTypes",
+		"comment":null,
+		"fullComment":null,
+		"typeValue":{
+			"type":"collection",
+			"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_MediaType_out"],
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
+		"name":"mediaType",
+		"comment":null,
+		"fullComment":null,
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_MediaType_out"],
+		"deprecated":false,
+		"required":false,
+	},
+	{
+		"name":"cookies",
+		"comment":null,
+		"fullComment":null,
+		"typeValue":{
+			"type":"map",
+			"typeKey":{
+				"type":"simple",
+				"typeValue":"string",
+			},
+			"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Cookie_out"],
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
 		"name":"requestHeaders",
 		"comment":null,
 		"fullComment":null,
@@ -5129,61 +5174,60 @@ com.qmino.miredot.restApiSource.tos["jav
 		"deprecated":false,
 		"required":false,
 	},
+];
+com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_HttpHeaders_out"].ordered = false;
+com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_HttpHeaders_out"].comment = null;
+com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response_in"].content = [
+];
+com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response_in"].ordered = false;
+com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response_in"].comment = null;
+com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response_out"].content = [
 	{
-		"name":"date",
+		"name":"length",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"date string",
+			"typeValue":"number",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"acceptableMediaTypes",
+		"name":"language",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
-			"type":"collection",
-			"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_MediaType_out"],
+			"type":"simple",
+			"typeValue":"java.util.Locale",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"mediaType",
+		"name":"location",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_MediaType_out"],
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"java.net.URI",
+		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"cookies",
+		"name":"links",
 		"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":"collection",
+			"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Link_out"],
 		},
 		"deprecated":false,
 		"required":false,
 	},
-];
-com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_HttpHeaders_out"].ordered = false;
-com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_HttpHeaders_out"].comment = null;
-com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response_in"].content = [
-];
-com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response_in"].ordered = false;
-com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response_in"].comment = null;
-com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response_out"].content = [
 	{
-		"name":"length",
+		"name":"status",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -5194,23 +5238,23 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"language",
+		"name":"lastModified",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"java.util.Locale",
+			"typeValue":"date string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"location",
+		"name":"date",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"java.net.URI",
+			"typeValue":"date string",
 		},
 		"deprecated":false,
 		"required":false,
@@ -5248,51 +5292,7 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"status",
-		"comment":null,
-		"fullComment":null,
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"number",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"links",
-		"comment":null,
-		"fullComment":null,
-		"typeValue":{
-			"type":"collection",
-			"typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Link_out"],
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"lastModified",
-		"comment":null,
-		"fullComment":null,
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"date string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"date",
-		"comment":null,
-		"fullComment":null,
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"date string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"headers",
+		"name":"headers",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -5436,13 +5436,10 @@ com.qmino.miredot.restApiSource.tos["org
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_BatchUpdate_in"].comment = "A representation of an operation to update the value of a property on items matching a specific condition";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_BatchUpdate_out"].content = [
 	{
-		"name":"strategy",
-		"comment":"the identifier for the <code>PropertyMergeStrategyType</code> to use during the update if needed",
-		"fullComment":"Retrieves the identifier for the <code>PropertyMergeStrategyType</code> to use during the update if needed.",
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
+		"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,
 	},
@@ -5469,10 +5466,13 @@ 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"],
+		"name":"strategy",
+		"comment":"the identifier for the <code>PropertyMergeStrategyType</code> to use during the update if needed",
+		"fullComment":"Retrieves the identifier for the <code>PropertyMergeStrategyType</code> to use during the update if needed.",
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"string",
+		},
 		"deprecated":false,
 		"required":false,
 	},
@@ -5496,28 +5496,6 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"defaultContentType",
-		"comment":null,
-		"fullComment":null,
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
-		"name":"errorOnUndeclaredNamespace",
-		"comment":null,
-		"fullComment":null,
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"urlPatterns",
 		"comment":null,
 		"fullComment":null,
@@ -5625,12 +5603,34 @@ com.qmino.miredot.restApiSource.tos["jav
 		"deprecated":false,
 		"required":false,
 	},
+	{
+		"name":"defaultContentType",
+		"comment":null,
+		"fullComment":null,
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"string",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
+		"name":"errorOnUndeclaredNamespace",
+		"comment":null,
+		"fullComment":null,
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"string",
+		},
+		"deprecated":false,
+		"required":false,
+	},
 ];
 com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_JspPropertyGroupDescriptor_out"].ordered = false;
 com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_JspPropertyGroupDescriptor_out"].comment = null;
 com.qmino.miredot.restApiSource.tos["javax_servlet_ServletResponse_in"].content = [
 	{
-		"name":"characterEncoding",
+		"name":"contentType",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -5641,7 +5641,7 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"bufferSize",
+		"name":"contentLength",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -5652,29 +5652,29 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"locale",
+		"name":"characterEncoding",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"java.util.Locale",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"contentType",
+		"name":"locale",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"java.util.Locale",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"contentLength",
+		"name":"bufferSize",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
@@ -5689,65 +5689,65 @@ com.qmino.miredot.restApiSource.tos["jav
 com.qmino.miredot.restApiSource.tos["javax_servlet_ServletResponse_in"].comment = null;
 com.qmino.miredot.restApiSource.tos["javax_servlet_ServletResponse_out"].content = [
 	{
-		"name":"writer",
+		"name":"contentType",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"java.io.PrintWriter",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"characterEncoding",
+		"name":"outputStream",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
+		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletOutputStream_out"],
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"committed",
+		"name":"writer",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"boolean",
+			"typeValue":"java.io.PrintWriter",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"locale",
+		"name":"characterEncoding",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"java.util.Locale",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"contentType",
+		"name":"committed",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"boolean",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"outputStream",
+		"name":"locale",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletOutputStream_out"],
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"java.util.Locale",
+		},
 		"deprecated":false,
 		"required":false,
 	},
@@ -5790,21 +5790,21 @@ com.qmino.miredot.restApiSource.tos["org
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_goals_GoalReport_in"].comment = "Report information about a <code>Goal</code>";
 com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_goals_GoalReport_out"].content = [
 	{
-		"name":"globalStats",
+		"name":"split",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_goals_GoalReport$Stat_out"],
+		"typeValue":{
+			"type":"collection",
+			"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_goals_GoalReport$Stat_out"],
+		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"split",
+		"name":"globalStats",
 		"comment":null,
 		"fullComment":null,
-		"typeValue":{
-			"type":"collection",
-			"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_goals_GoalReport$Stat_out"],
-		},
+		"typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_goals_GoalReport$Stat_out"],
 		"deprecated":false,
 		"required":false,
 	},
@@ -5913,23 +5913,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,
@@ -6097,6 +6097,17 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
+		"name":"title",
+		"comment":null,
+		"fullComment":null,
+		"typeValue":{
+			"type":"simple",
+			"typeValue":"string",
+		},
+		"deprecated":false,
+		"required":false,
+	},
+	{
 		"name":"params",
 		"comment":null,
 		"fullComment":null,
@@ -6115,23 +6126,23 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"title",
+		"name":"uri",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"string",
+			"typeValue":"java.net.URI",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"uri",
+		"name":"rel",
 		"comment":null,
 		"fullComment":null,
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"java.net.URI",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
@@ -6145,17 +6156,6 @@ com.qmino.miredot.restApiSource.tos["jav
 		"required":false,
 	},
 	{
-		"name":"rel",
-		"comment":null,
-		"fullComment":null,
-		"typeValue":{
-			"type":"simple",
-			"typeValue":"string",
-		},
-		"deprecated":false,
-		"required":false,
-	},
-	{
 		"name":"rels",
 		"comment":null,
 		"fullComment":null,
@@ -6185,23 +6185,23 @@ com.qmino.miredot.restApiSource.tos["org
 		"required":false,
 	},
 	{
-		"name":"limit",
-		"comment":"a positive integer specifying how many matching items should be retrieved or <code>-1</code> if all of them should be retrieved",
-		"fullComment":"Sets the number of elements to retrieve.",
+		"name":"text",
+		"comment":"the text to be used in full-text searches or <code>null</code> if no full-text search is needed for this Query",
+		"fullComment":"Sets to be used in full-text searches",
 		"typeValue":{
 			"type":"simple",
-			"typeValue":"number",
+			"typeValue":"string",
 		},
 		"deprecated":false,
 		"required":false,
 	},
 	{
-		"name":"text",
-		"comment":"the text to be used in full-text searches or <code>null</code> if no full-text search is needed for this Query",
-		"fullComment":"Sets to be used in full-text searches",
+		"name":"limit",
+		"comment":"a positive integer specifying how many matching items should be retrieved or <code>-1</code> if all of them should be retrieved",

[... 3159 lines stripped ...]