Skip to content

Instantly share code, notes, and snippets.

@zeke
Created August 10, 2011 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeke/1135678 to your computer and use it in GitHub Desktop.
Save zeke/1135678 to your computer and use it in GitHub Desktop.
"note":{
"properties":{
"description":{
"type":"string"
},
"longValue":{
"type":"long"
},
"name":{
"type":"string"
},
"date":{
"type":"Date"
},
"photo":{
"type":"photo"
},
"booleanValue":{
"type":"boolean"
},
"intValue":{
"type":"int"
}
},
"id":"note"
}
"photo":{
"properties":{
"title":{
"type":"string"
},
"url":{
"type":"string"
}
},
"id":"photo"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment