FreeFormSchema

data class FreeFormSchema(nullable: Boolean?, minProperties: Int?, maxProperties: Int?, default: Any?, description: String?) : TypedSchema

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 additionalProperties: Boolean = true
Link copied to clipboard
open override val default: Any? = null
Link copied to clipboard
open override val description: String? = null
Link copied to clipboard
val maxProperties: Int? = null
Link copied to clipboard
val minProperties: Int? = null
Link copied to clipboard
open override val nullable: Boolean? = null
Link copied to clipboard
open override val type: String