Created
October 27, 2017 11:22
-
-
Save serac/6480834ffb84bff99ee14b76159d9c3b to your computer and use it in GitHub Desktop.
Sample Group Data
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
[ | |
{ | |
"id": "alpha", | |
"name": "Alpha Group", | |
"created": 1500100000, | |
"members": [ | |
{ | |
"id": "alice", | |
"kind": "person", | |
"added": 1508102082 | |
}, | |
{ | |
"id": "bob", | |
"kind": "person", | |
"added": 1509012293 | |
}, | |
{ | |
"id": "carol", | |
"kind": "person", | |
"added": 1509102345 | |
} | |
] | |
}, | |
{ | |
"id": "beta", | |
"name": "Beta Group", | |
"created": 1500200000, | |
"members": [ | |
{ | |
"id": "ann", | |
"kind": "person", | |
"added": 1500212293 | |
}, | |
{ | |
"id": "bill", | |
"kind": "person", | |
"added": 113789471838851649 | |
}, | |
{ | |
"id": "charles", | |
"kind": "person", | |
"added": 1501012293 | |
} | |
] | |
}, | |
{ | |
"id": "gamma", | |
"name": "Gamma Group", | |
"created": 1500300000, | |
"members": [ | |
{ | |
"id": "zeb", | |
"kind": "person", | |
"added": 1500312293 | |
}, | |
{ | |
"id": "aplha", | |
"kind": "group", | |
"added": 1500412293 | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment