{
"$schema": "https://json-structure.org/meta/core/v0/#",
"title": "Transition",
"type": "object",
"description": "Specifies when an object transitions to a specified storage class. For more information about Amazon S3 lifecycle configuration rules, see Transitioning Objects Using Amazon S3 Lifecycle in the Amazon S3 User Guide.",
"fields": [
{
"name": "Date",
"type": "string"
},
{
"name": "Days",
"type": "string"
},
{
"name": "StorageClass",
"type": "string"
}
]
}