INT

constructor(format: OpenApi.Components.Schema.INT.Format = Format.Int64, description: String? = null, nullable: Boolean = false, default: Long? = null, minimum: Long? = null, maximum: Long? = null, extensions: Map<String, JsonElement> = emptyMap(), example: Long? = null, deprecated: Boolean = false, title: String? = null, readOnly: Boolean = false, additionalProperties: JsonElement? = null)(source)