JSON Schema in POST Rest API
Comments
-
Hello I am attempting to make a POST call that receives some JSON with dynamically changing values based on user input. I have a JSON schema to interpret the data, but Im not sure to use this data in a flow.
-
Hello,
In Decisions you can create types form a JSON Schema that will define the data type for the properties to be received from a JSON object. Ive included a link to some documentation on the Decisions site specifying how to create types form a JSON Schema and interpret the data returned in your POST call..