{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RoutingRule", "type": "object", "properties": { "Condition": {}, "Redirect": {} }, "required": [ "Redirect" ], "description": "Specifies the redirect behavior and when a redirect is applied. For more information about routing rules, see Configuring advanced conditional redirects in the Amazon S3 User Guide." }