{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PutBucketPolicyRequest", "type": "object", "properties": { "Policy": {} }, "required": [ "Policy" ] }