ConstraintFilter

constructor(    type: String? = null,     format: String? = null,     const: JsonPrimitive? = null,     pattern: String? = null,     exclusiveMinimum: Int? = null,     exclusiveMaximum: Int? = null,     minimum: Int? = null,     maximum: Int? = null,     minLength: Int? = null,     maxLength: Int? = null,     enum: Collection<String>? = null,     not: ConstraintNotFilter? = null)(source)