{
"$schema": "https://json-structure.org/meta/core/v0/#",
"title": "BucketLifecycleConfiguration",
"type": "object",
"description": "Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more information, see Object Lifecycle Management in the Amazon S3 User Guide.",
"fields": [
{
"name": "Rules",
"type": "string"
}
]
}