com.snowplowanalytics.iglu.client.resolver.registries
List all schemas (formats and versions) for a given vendor/name pair in their chronological order.
List all schemas (formats and versions) for a given vendor/name pair in their chronological order. It is up to Registry to build valid list
one of supported repository types (only HTTP is supported)
precise schema vendor
schema name
some parsed SchemaList (order is trusted) or none in any unexpected case
Find a schema in the particular RepositoryRef
Find a schema in the particular RepositoryRef
one of supported repository types
The SchemaKey uniquely identifying the schema in Iglu
either schema parsed into Json or RegistryError, such as absent schema,
or unexpected response
A capability of
Fto communicate with Iglu registries, usingRepositoryRefADT, in order to lookup for schemas or get schema listseffect type, preferably referentially-transparent, but can be Id in case of distributed engine like Spark