Skip to content

Instantly share code, notes, and snippets.

@dbarkol
Created June 18, 2021 18: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 dbarkol/6eb571ff98de329502740597f45fecd4 to your computer and use it in GitHub Desktop.
Save dbarkol/6eb571ff98de329502740597f45fecd4 to your computer and use it in GitHub Desktop.
Song request in cloud event format
{
"specversion" : "1.0",
"id" : "b85d631a-101e-005a-02f2-cee7aa06f148",
"type" : "zohan.music.request",
"source" : "https://zohan.dev/music/",
"subject" : "zohan/music/requests/4322",
"time" : "2020-09-14T10:00:00Z",
"data" : {
"artist": "Gerardo",
"song": "Rico Suave"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment