Skip to content

Instantly share code, notes, and snippets.

@hohonuuli
Created January 17, 2021 20:19
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 hohonuuli/09ee7e230e126bac18e77f9727473932 to your computer and use it in GitHub Desktop.
Save hohonuuli/09ee7e230e126bac18e77f9727473932 to your computer and use it in GitHub Desktop.
Content for medium article on Circe
[
{
"uuid": "037fa69d-cc52-4d9c-90e1-68d12c455fbd",
"name": "My Name",
"blobs" : [
{
"uuid": "77bcfc71-1c2a-4872-b11d-501d65afd01a",
"url": "https://www.foo.bar/path/to/blob1",
"checksum": "MTIzNDU2Nzg5"
},
{
"uuid": "59bac7a1-7ccd-4ce4-9d4e-c6759a003293",
"url": "https://www.baz.io/some/blob2",
"checksum": "YWJjZGVmZ2hp"
}
]
},
{
"uuid": "7a2b9630-85b9-4925-af2e-8386006b6da2",
"blobs" : [
{
"uuid": "487588e6-57a4-413a-a575-cc3b74bb5f8d",
"url": "https://blobs.r.us/myblob",
"checksum": "amtsbW5vcHFy"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment