Schema definitions used to generate sample datasets.
| File | Description |
|---|---|
car-data-schema.json |
Mockaroo schema for vehicle data |
car-data-schema.md |
Schema documentation |
Mockaroo is a powerful mock data generator that supports:
- 150+ data types
- Custom field definitions
- Multiple export formats
- Schema import/export
- Go to Mockaroo.com
- Import the JSON schema
- Customize row count and settings
- Download generated data
To create your own schema:
{
"name": "My Dataset",
"num_rows": 1000,
"file_format": "csv",
"columns": [
{
"name": "id",
"type": "Row Number"
},
{
"name": "name",
"type": "Full Name"
}
]
}GUID- Unique identifiersFull Name- Person namesEmail Address- Valid emailsPhone- Phone numbersCar Make,Car Model,Car VIN- Vehicle dataCustom List- Your own values
| Date | Author | Changes |
|---|---|---|
| 2026-01-27 | Migration | Initial TOC and history section added |