{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Redirect", "type": "object", "properties": { "HostName": {}, "HttpRedirectCode": {}, "Protocol": {}, "ReplaceKeyPrefixWith": {}, "ReplaceKeyWith": {} }, "description": "Specifies how requests are redirected. In the event of an error, you can specify a different error code to return." }