Skip to content

Commit

Permalink
Add source: 'mockaroo' to all records
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinashworth committed Jul 8, 2020
1 parent de7d28d commit e6d5749
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mockaroo/schemas/contacts.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,13 @@
"type": "Formula",
"value": "createdAt + days(random(1,380))",
"formula": ""
},
{
"name": "source",
"null_percentage": 0,
"type": "Character Sequence",
"format": "mockaroo",
"formula": ""
}
]
}
7 changes: 7 additions & 0 deletions mockaroo/schemas/offices.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,13 @@
"type": "Formula",
"value": "createdAt + days(random(1,365))",
"formula": ""
},
{
"name": "source",
"null_percentage": 0,
"type": "Character Sequence",
"format": "mockaroo",
"formula": ""
}
]
}
7 changes: 7 additions & 0 deletions mockaroo/schemas/pastprojects.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,13 @@
"type": "Formula",
"value": "createdAt + days(random(1,365))",
"formula": ""
},
{
"name": "source",
"null_percentage": 0,
"type": "Character Sequence",
"format": "mockaroo",
"formula": ""
}
]
}
7 changes: 7 additions & 0 deletions mockaroo/schemas/projects.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,13 @@
"type": "Formula",
"value": "createdAt + days(random(1,365))",
"formula": ""
},
{
"name": "source",
"null_percentage": 0,
"type": "Character Sequence",
"format": "mockaroo",
"formula": ""
}
]
}

0 comments on commit e6d5749

Please sign in to comment.