ServiceInsertionRuleList (type)

{
  "description": "List of ServiceInsertion Rules.", 
  "id": "ServiceInsertionRuleList", 
  "module_id": "ServiceInsertionRules", 
  "properties": {
    "rules": {
      "description": "List of ServiceInsertion rules in the section. Only homogeneous rules are supported.", 
      "items": {
        "$ref": "ServiceInsertionRule
      }, 
      "maxItems": 1000, 
      "required": true, 
      "title": "List of the ServiceInsertion rules", 
      "type": "array"
    }
  }, 
  "title": "ServiceInsertion Section RuleList", 
  "type": "object"
}