Skip to content

Instantly share code, notes, and snippets.

@cjmatta
Created April 29, 2016 20:55
Show Gist options
  • Save cjmatta/22ae84c2fe7126c1096dca2ca2722218 to your computer and use it in GitHub Desktop.
Save cjmatta/22ae84c2fe7126c1096dca2ca2722218 to your computer and use it in GitHub Desktop.
user log-synth schema
[
{"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