The container element for a bucket's ownership controls.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "OwnershipControls", "type": "object", "properties": { "Rules": {} }, "required": [ "Rules" ], "description": "The container element for a bucket's ownership controls." }