Skip to content

Instantly share code, notes, and snippets.

@jen20
Created September 17, 2012 15:08
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 jen20/3737911 to your computer and use it in GitHub Desktop.
Save jen20/3737911 to your computer and use it in GitHub Desktop.
cat ~/Downloads/simpleevent.txt
ouro@ouroboros:~/src/EventStoreDocs$ cat ~/Downloads/simpleevent.txt
{
"CorrelationId": "0f7fac5b-d9cb-469f-a167-70867728950e",
"Events": [
{
"Data": {
"Foo": "Bar"
},
"EventId": "0f9fad5b-d9cb-469f-a165-70867728951e",
"EventType": "Type",
"Metadata": {
"Something": "AValue"
}
}
],
"ExpectedVersion": "-1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment