PBRRuleList (type)

{
  "id": "PBRRuleList", 
  "module_id": "PBR", 
  "properties": {
    "rules": {
      "description": "List of PBR rules in the section.", 
      "items": {
        "$ref": "PBRRule
      }, 
      "maxItems": 1000, 
      "required": true, 
      "title": "List of the PBR rules", 
      "type": "array"
    }
  }, 
  "type": "object"
}