Skip to content

Instantly share code, notes, and snippets.

@kenmhaggerty
Last active July 26, 2016 16:51
Show Gist options
  • Save kenmhaggerty/ae366672face971ae02606d5bd0be9b8 to your computer and use it in GitHub Desktop.
Save kenmhaggerty/ae366672face971ae02606d5bd0be9b8 to your computer and use it in GitHub Desktop.
{
root: {
"objects" : {
"$object_id" : {
"permissions" : {
"isPublic" : BOOL,
"users" : {
"$user_id" : BOOL
}
},
...
// data goes here
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment