IntegerSchema

constructor(title: String? = null, description: String? = null, minimum: Int? = null, maximum: Int? = null, default: Int? = null)(source)