ArrayItem

sealed interface ArrayItem : ArrayItems

Inheritors

Types

Link copied to clipboard
class Array(val items: ArrayItems, val format: Any?, definitions: Iterable<SchemaNode> = emptyList()) : ArrayItem
Link copied to clipboard
class NonObject(paramMeta: ParamMeta, val format: Any?, definitions: Iterable<SchemaNode> = emptyList()) : ArrayItem
Link copied to clipboard
class Ref(val $ref: String, definitions: Iterable<SchemaNode> = emptyList()) : ArrayItem

Functions

Link copied to clipboard