JsonSchemaProperty

@Serializable
data class JsonSchemaProperty(val type: BaseType, val description: String?)

Constructors

Link copied to clipboard
constructor(type: BaseType, description: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val type: BaseType