{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AliasRoutingConfiguration", "title": "AliasRoutingConfiguration", "type": "object", "properties": { "AdditionalVersionWeights": { "allOf": [ { "$ref": "#/components/schemas/AdditionalVersionWeights" }, { "description": "The second version, and the percentage of traffic that's routed to it." } ] } }, "description": "The traffic-shifting configuration of a Lambda function alias." }