JSON Schema => JSON Sample Data Converter
This tool converts Json Schema into Json Sample Data Object. It supports converting the following Json Schema specification/versions as specified, here
- Draft-07
- Draft-06
- Draft-04
There is an api which can be used to convert json schema to sample json data/document/object by posting json schema compliant to any of the three specifications to that api in your application code, dynamically, whereever you need in your work flow. The API details will be available soon.
Try Me!