Created
April 29, 2016 20:55
-
-
Save cjmatta/22ae84c2fe7126c1096dca2ca2722218 to your computer and use it in GitHub Desktop.
user log-synth schema
This file contains 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
[ | |
{"name": "id", "class": "id"}, | |
{"name": "name", "class": "name", "type": "first_last"}, | |
{"name": "address", "class": "address"}, | |
{"name":"gender", "class":"string", "dist":{"MALE":0.5, "FEMALE":0.5, "OTHER":0.02}}, | |
{"name": "zip", "class": "zip"}, | |
{"name": "ssn", "class": "ssn"} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment