About
Create mock datasets by defining fields and value types.
Schema format
Use one field per line in the format field:type. Supported types include string, number, boolean, email, uuid, and date.
What is generated
The tool generates an array of objects following your schema, making it easy to prepare fixtures for API tests and UI prototyping.
Typical use
Useful for seeding local apps, writing snapshot tests, and creating sample payloads for API documentation.