{
"$schema": "https://json-structure.org/meta/core/v0/#",
"title": "RoutingRule",
"type": "object",
"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.",
"fields": [
{
"name": "Condition",
"type": "string"
},
{
"name": "Redirect",
"type": "string"
}
]
}