PartialSchemaKey

final case class PartialSchemaKey(vendor: String, name: String, format: String, version: SchemaVer)

Contains details about the schema of a piece of self-describing data.

Unlike SchemaKey, the schema version may not be fully known.

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

Value members

Concrete methods

def toSchemaKey: Option[SchemaKey]

Convert this PartialSchemaKey to a fully-known SchemaKey.

Convert this PartialSchemaKey to a fully-known SchemaKey.

def toSchemaUri: String

Convert this PartialSchemaKey to an Iglu schema URI.

Convert this PartialSchemaKey to an Iglu schema URI.

Inherited methods

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