AnyOfSchema

data class AnyOfSchema(anyOf: List<ComponentSchema>, description: String?) : ComponentSchema

Functions

Link copied to clipboard
open fun addDefault(default: Any?): ComponentSchema
Link copied to clipboard
open fun setDescription(description: String): ComponentSchema

Properties

Link copied to clipboard
val anyOf: List<ComponentSchema>
Link copied to clipboard
open val default: Any?
Link copied to clipboard
open override val description: String? = null