Creating JSON Schemas
You can create JSON schemas using the following procedure or alternatively you can create a JSON schema by deriving it from a JSON string sample (often made available by the documentation for the REST service). See Creating JSON schema from a JSON sample.
A JSON schema declares the types and properties of the complex types used for request / response payload data when invoking REST service methods.
Procedure
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.