SchemaList

final case class SchemaList extends AnyVal

A non-empty List of SchemaKeys, which belong to the same "vendor/name" OR "vendor/name/model" group.

Starts with the first schema in the series. The correct order can be validated by https://github.com/snowplow/schema-ddl. If the producer is Iglu Server, it's usually acceptable to trust the order.

Companion:
object
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def name: String
def vendor: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product