You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
First of all, it's a great solution, thanks for your support! I am using it to create a mock data, but when I generate the data based on the json schema, it generates some empty fields in some cases or does not add some fields in others, is there a way to ensure that all the fields are populated?
{"firstName": "", "location": "architecto consectetur esse Enim officiis ut"}
{}
{"firstName": "a cursus sit veniam Hic cursus vehicula Lorem odit", "phoneNumber": ""}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
First of all, it's a great solution, thanks for your support! I am using it to create a mock data, but when I generate the data based on the json schema, it generates some empty fields in some cases or does not add some fields in others, is there a way to ensure that all the fields are populated?
For example, if I sent the next schema:
I receive some results like:
Beta Was this translation helpful? Give feedback.
All reactions