{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "HttpRouteAction", "description": "An object that represents the action to take if a match is determined.", "type": "object", "properties": { "weightedTargets": {} }, "required": [ "weightedTargets" ] }