Skip to content

Instantly share code, notes, and snippets.

@sampsyo
Created May 27, 2016 00:21
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 sampsyo/9dab77c239f33de48727599d4f2c8610 to your computer and use it in GitHub Desktop.
Save sampsyo/9dab77c239f33de48727599d4f2c8610 to your computer and use it in GitHub Desktop.
[
{
"union": [
{
"object": {
"tag": {
"literal": "schedule"
},
"attendees": {
"array": {
"object": {
"name": "string"
}
}
},
"when": "string"
}
},
{
"object": {
"tag": {
"literal": "cancel"
},
"when": "string"
}
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment