Skip to content

Commit

Permalink
Updates examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sgobotta committed Oct 25, 2019
1 parent b6c5fe9 commit 700fbd7
Show file tree
Hide file tree
Showing 2 changed files with 1,601 additions and 326 deletions.
7 changes: 6 additions & 1 deletion models/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@
"type": "faker",
"value": "lorem.paragraph"
},
"publicationDate": {
"updatedAt": {
"type": "faker",
"value": "date.recent"
},
"publicationDate": {
"type": "faker",
"value": "date.between",
"options": ["2019-01-02", "2019-12-29"]
},
"issue": {
"type": "prepend",
"options": {
Expand Down
Loading

0 comments on commit 700fbd7

Please sign in to comment.