IntegerArrayConstraintValue (type)

{
  "additionalProperties": false, 
  "description": "List of values", 
  "extends": {
    "$ref": "ConstraintValue
  }, 
  "id": "IntegerArrayConstraintValue", 
  "module_id": "PolicyConstraints", 
  "polymorphic-type-descriptor": {
    "type-identifier": "IntegerArrayConstraintValue"
  }, 
  "properties": {
    "resource_type": {
      "enum": [
        "StringArrayConstraintValue", 
        "CidrArrayConstraintValue", 
        "IntegerArrayConstraintValue"
      ], 
      "required": true, 
      "type": "string"
    }, 
    "values": {
      "description": "Array of integer values", 
      "items": {
        "type": "int"
      }, 
      "maxItems": 100, 
      "minItems": 1, 
      "required": true, 
      "title": "Array of Integer", 
      "type": "array"
    }
  }, 
  "title": "Array of Integer Values to perform operation", 
  "type": "object"
}