ItemsRef

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

Defines the schema for items within an array.

Report a problem

Parameters

value

The Kotlin class representing the item schema.

Properties

Link copied to clipboard
val value: KClass<*>