Created
May 22, 2018 04:25
-
-
Save kevinadi/0f5f36a27507990a31a3c748cae022ce to your computer and use it in GitHub Desktop.
mgeneratejs template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"numbers": { | |
"integer": "$integer", | |
"float": "$floating" | |
}, | |
"array": { | |
"$array": { | |
"of": { | |
"$country": { | |
"full": true | |
} | |
}, | |
"number": 5 | |
} | |
}, | |
"geojson": { | |
"point": "$point", | |
"linestring": "$linestring", | |
"polygon": "$polygon" | |
}, | |
"native types": { | |
"binary": "$binary", | |
"date": "$date", | |
"numberDecimal": { | |
"$numberDecimal": { | |
"fixed": 4 | |
} | |
}, | |
"numberLong": "$numberLong", | |
"timestamp": "$timestamp", | |
"regex": "$regex" | |
}, | |
"chance": { | |
"ip_address": "$ip", | |
"unix time": "$hammertime" | |
}, | |
"personal": { | |
"birthday": {"$birthday": {"type": "child"}}, | |
"phone": "$phone", | |
"full name": {"$name": {"gender": "female"}}, | |
"first name": "$first", | |
"last name": "$last", | |
"email": "$email", | |
"ssn": "$ssn", | |
"company": "$company", | |
"bb pin": "$bb_pin", | |
"url": {"$url": {"path": "images"}}, | |
"urlfile": {"$url": {"extensions": ["gif", "jpg"]}} | |
}, | |
"text": { | |
"paragraph": {"$paragraph": {"sentences": 1}}, | |
"sentence": {"$sentence": {"words": 5}} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment