{ "type": "object", "properties": { "defaultTargetHostname": { "allOf": [ { "$ref": "#/components/schemas/DefaultGatewayRouteRewrite" }, { "description": "The default target host name to write to." } ] } }, "description": "An object representing the gateway route host name to rewrite.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-gateway-route-hostname-rewrite-schema.json", "title": "GatewayRouteHostnameRewrite" }