All repositories with a search priority of 1 will be checked before any repository with a search priority of 2.
Our configuration for this RepositoryRef
Human-readable descriptor for this type of repository ref.
Abstract method.
Abstract method. Provide a concrete implementation for how to lookup a schema in this type of repository.
The SchemaKey uniquely identifying the schema in Iglu
a Validation boxing either the Schema's JsonNode on Success, or an error String on Failure
Retrieves an IgluSchema from the Iglu Repo as a JsonNode.
Retrieves an IgluSchema from the Iglu Repo as a JsonNode. Unsafe - only use when you know the schema is available locally.
The SchemaKey uniquely identifies the schema in Iglu
the JsonNode representing this schema
Helper to check if this repository should take priority because of a vendor prefix match.
Helper to check if this repository should take priority because of a vendor prefix match. Returns true if we matched our schema's vendor in the list of vendor prefixes.
The SchemaKey uniquely identifying the schema in Iglu. We will use the vendor within the SchemaKey to match against our prefixes
whether this is a priority lookup or not
Common behavior for all RepositoryRef classes.