NUMBER

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