{ "$schema": "https://json-structure.org/meta/core/v0/#", "title": "DefaultRetention", "type": "object", "description": "

The container element for specifying the default Object Lock retention settings for new objects placed in the specified bucket.

", "fields": [ { "name": "Mode", "type": "string" }, { "name": "Days", "type": "string" }, { "name": "Years", "type": "string" } ] }