ALBWafPositiveSecurityModel (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer WafPositiveSecurityModel object", 
  "id": "ALBWafPositiveSecurityModel", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "group_paths": {
      "description": "These groups should be used to separate different levels of concern. The order of the groups matters, one group may mark parts of the request as valid, so that subsequent groups will not check these parts. It is a reference to an object of type WafPolicyPSMGroup. Maximum of 64 items allowed.", 
      "items": {
        "type": "string"
      }, 
      "required": false, 
      "title": "Group paths", 
      "type": "array"
    }
  }, 
  "title": "WafPositiveSecurityModel", 
  "type": "object"
}