Skip to content

Instantly share code, notes, and snippets.

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