# Functions

GetFamilyAndVersion takes a schemaURL and separates the family from the identifier.
NewRevision processes the VersionDef and assigns the version to this revision to allow sorting within a slice.
NewVersion converts a near semver like string (ie 1.4.0) into a schema identifier that is comparable for a machine.
ReadVersionFromPath allows for parsing paths that end in a schema version number string.

# Constants

From equals To.
From is greater than To.
From is less than To.

# Variables

No description provided by the author
No description provided by the author

# Structs

RevisionV1 represents all changes that are to be applied to a signal at a given version.
Version is a machine readable version of the string schema identifier that can assist in making indexing easier.

# Interfaces

Translation defines the complete abstraction of schema translation file that is defined as part of the https://opentelemetry.io/docs/reference/specification/schemas/file_format_v1.0.0/ Each instance of Translation is "Target Aware", meaning that given a schemaURL as an input it will convert from the given input, to the configured target.