PrefixItemsRef

annotation class PrefixItemsRef(val value: KClass<*>)(source)

Defines positional schemas for items within a tuple-style array (prefixItems).

Report a problem

Parameters

value

Variadic array of Kotlin classes representing the schema for each positional item.

Properties

Link copied to clipboard
val value: Array<out KClass<*>>