/mcp// Set this once and you don't need to send this group name with any other subsequent requests from this gadget. finesse.utilities.DesktopCache.setGroup('cuic'); Parameters Required Description Type Name Yes The name of the group for the gadgets which share the same data. String groupName JSONValidator Class finesse.utilities.JsonValidator Utility methods for the validation of JSON data against a user-provided schema. Methods validateJson(jsonData, schema) Validates the JSON data by applying a specific schema. Parameters Required Description Type Name Yes The JSON data to be validated. jsonData jsonData Yes The JSON schema that validates the parameter jsonData. Follow the JSON schema definition standards. For more information, see http://json-schema.org/. schema schema Returns {String} The JSON data in the following format: { "valid": [true / false], "error": [tv4 error object if schema is not valid ] } The error object is as follows: { "code": 0, "message": "Invalid type: string", "dataPath": "/intKey", "schemaPath": "/properties/intKey/type" } WorkflowService Class finesse.workflow.WorkflowService Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 537 Cisco Finesse JavaScript APIs JSONValidator