jjes
(Jeppe Jespersen)
March 5, 2024, 9:04am
1
When creating a Queue, you can define three different JSON Schemas; “Specific Data” (input), “Output Data” and “Analytics Data”.
I understand the first two, but can anyone tell me when the Analytics Data schema is relevant? What’s it used for?
-Jeppe
jjes
(Jeppe Jespersen)
March 5, 2024, 9:13am
4
Yeah, found that one as well, but I cannot find anything that specifically addresses the Analytics Data part. Really strange.
1 Like
Jon_Smith
(Jon Smith)
March 5, 2024, 9:37am
5
I think you have worded your topic poorly perhaps, if you are infact interested in the schema’s then I also consolidated all that information into a Tutorial
Queue Schemas are something that often seem to confuse UiPath developers, but hopefully after reading this post you will fully grasp how to use them, what they actually do and how to write a well formed JSON schema.
Various data points stored on a Queue Item is stored in a JSON format and we can use a JSON Schema to validate that data is well formed. The validations can be simple to ensure the correct data type is used or contain more complex detail validations.
What is a JSON Schema?
There a…
I feel like your question is what are the analytics on a queue item for, which isn’t related to the schema in my opinion?
jjes
(Jeppe Jespersen)
March 5, 2024, 9:47am
6
I’m not sure I understand (but I LOVE your post, btw). What I don’t understand is when defining an Analytics Schema is relevant. What’s its purpose? Cheers
Jon_Smith
(Jon Smith)
March 5, 2024, 10:15am
7
To validate the data that goes into the analytics matches the schema you want, so you can ensure certain fields are present and filled in.
Same as the schemas for the SpecificContent and the Output.