Abstract Dyno Schema
Functions
Link copied to clipboard
Returns a new DynoSchema that includes all properties from both the original schema and the other schema. If there are conflicting property names between the two schemas, an exception is thrown.
Link copied to clipboard
Link copied to clipboard
inline fun <T> dynoKey(name: String? = null, serializer: KSerializer<T & Any> = kotlinx.serialization.serializer<T>().unsafeCast()): SchemaPropertySpec<T>
Creates a SchemaPropertySpec for type T with an optional name.
Link copied to clipboard
open override fun keys(): Collection<<Error class: unknown class><out <Error class: unknown class>>>