ALBMatchReplacePair (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer MatchReplacePair object", 
  "id": "ALBMatchReplacePair", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "match_string": {
      "description": "String to be matched.", 
      "required": true, 
      "title": "Match string", 
      "type": "string"
    }, 
    "replacement_string": {
      "$ref": "ALBReplaceStringVar, 
      "description": "Replacement string.", 
      "required": false, 
      "title": "Replacement string"
    }
  }, 
  "title": "MatchReplacePair", 
  "type": "object"
}