Overview
Given a huge JSON to process and store in the database, this plug-in avoids using a long string in the process model and improves performances and memory usage. The big JSON can then be stored in a document and the document passed to the plug-in through a process instance.
Key Features & Functionality
Smart Services:
Functions:
Hi All,is there any sample format for jsonSchema field or any reference documentations for this tool? function name:
validatejsonbyschema(
jsonSchema:, jsonData: )
The Spec is documented here https://json-schema.org/
Tools: You can use something like:
https://www.jsongenerator.io/schema
or
https://www.jsonforge.com/tools/schema-generator
Hope this helps
Jose