{
"$schema": "https://json-structure.org/meta/core/v0/#",
"title": "VersioningConfiguration",
"type": "object",
"description": "Describes the versioning state of an Amazon S3 bucket. For more information, see PUT Bucket versioning in the Amazon S3 API Reference.",
"fields": [
{
"name": "MFADelete",
"type": "string"
},
{
"name": "Status",
"type": "string"
}
]
}