Array

case class Array(schema: Either[DocumentedJsonSchema, List[DocumentedJsonSchema]], description: Option[String], example: Option[Value], title: Option[String]) extends DocumentedJsonSchema
Value parameters:
schema

Left(itemSchema) for a homogeneous array, or Right(itemSchemas) for a heterogeneous array (ie, a tuple)

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product