Skip to content

Instantly share code, notes, and snippets.

@wattsm
Created May 10, 2012 10:40
Show Gist options
  • Save wattsm/2652362 to your computer and use it in GitHub Desktop.
Save wattsm/2652362 to your computer and use it in GitHub Desktop.
Example message (JSON)
{
"__Type":"Example",
"_index":32,
"_new":true,
"description":"Widget",
"keywords":[
"widget",
"thing"
],
"created-by":{
"__Type":"User",
"id":12405,
"name":"Mark.Watts",
},
"audit":[
{
"__Type":"AuditEntry",
"user":{
"__Type":"User",
"id":12405,
"name":"Mark.Watts"
},
"date-time":"01/01/2012 13:15:00",
"description":"Widget created."
},
{
"__Type":"AuditEntry",
"username":{
"__Type":"User",
"id":12405,
"name":"Mark.Watts"
},
"date-time":"01/01/2012 13:25:00",
"description":"Changed description."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment