Created
June 18, 2021 18:08
-
-
Save dbarkol/6eb571ff98de329502740597f45fecd4 to your computer and use it in GitHub Desktop.
Song request in cloud event format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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