BooleanSchema

@Serializable
@SerialName(value = "boolean")
data class BooleanSchema(val description: String? = null) : Schema

Constructors

Link copied to clipboard
constructor(description: String? = null)

Properties

Link copied to clipboard
open override val description: String?

Functions

Link copied to clipboard
fun Schema.toJsonElement(): JsonElement

Converts this Schema instance into a JsonElement.