ConstraintValue (type)

{
  "abstract": true, 
  "additionalProperties": false, 
  "description": "All the types of value extend from this abstract class. This is present for extensibility.", 
  "id": "ConstraintValue", 
  "module_id": "PolicyConstraints", 
  "polymorphic-type-descriptor": {
    "mode": "enabled", 
    "property-name": "resource_type"
  }, 
  "properties": {
    "resource_type": {
      "enum": [
        "StringArrayConstraintValue", 
        "CidrArrayConstraintValue", 
        "IntegerArrayConstraintValue"
      ], 
      "required": true, 
      "type": "string"
    }
  }, 
  "title": "Base class for each value configuration", 
  "type": "object"
}