{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "FileTransferMaterial",
"type": "object",
"description": "Materials for uploading and downloading stage files",
"properties": {
"presigned_url": {
"type": "string",
"description": "Presigned url for file transfer, only works for Server Side Encrypted Stages."
}
}
}