{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "TransitionList",
"type": "array",
"items": {
"type": "object",
"properties": {
"Date": {},
"Days": {},
"StorageClass": {}
},
"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."
}
}