Skip to content

Commit

Permalink
chore: update cloud event
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Apr 11, 2024
1 parent a012e50 commit a43299a
Showing 1 changed file with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,26 @@
{
"name": "file_downloads",
"type": {
"type": "array",
"items": "map"
"name": "ORAFileDownloadsData",
"type": "record",
"fields": [
{
"name": "download_url",
"type": "string"
},
{
"name": "description",
"type": "string"
},
{
"name": "name",
"type": "string"
},
{
"name": "size",
"type": "long"
}
]
}
}
]
Expand Down

0 comments on commit a43299a

Please sign in to comment.