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