I want to know whether there is a method in which I can generate sample json output based on a json schema input.
for example :-
input => { \"tit
You can try the JSON Schema Faker. It will take a schema and generate/output a JSON object that will validate against the schema.