{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "PresignedUrlRequest",
"type": "object",
"description": "Request object to get presigned url of a file",
"properties": {
"expiration_time": {
"type": "integer",
"description": "Expiration time of the generated presigned url in seconds."
}
}
}