BooleanSchema
data class BooleanSchema(val title: String? = null, val description: String? = null, val default: Boolean? = null) : PrimitiveSchemaDefinition(source)
Defines a boolean-typed property in an elicitation schema.
Defines a boolean-typed property in an elicitation schema.