NUMBER
data class NUMBER(val format: OpenApi.Components.Schema.NUMBER.Format = Format.Double, val description: String? = null, val nullable: Boolean = false, val extensions: Map<String, JsonElement> = emptyMap(), val minimum: Double? = null, val maximum: Double? = null, val default: Double? = null, val deprecated: Boolean = false, val readOnly: Boolean = false, val example: Double? = null, val title: String? = null, val additionalProperties: JsonElement? = null) : OpenApi.Components.Schema(source)
Constructors
Link copied to clipboard
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)