# Constants
SerializerVersion is the current version of the migration file format so we can evolve over time.
# Structs
FeatureCompletion is the marshalable representation of a FeatureCompletion.
IdentifierType is the JSON and YAML-marshalable representation of an IdentifierType.
LegacySchema represents the Rails migration-piggybacked testtrack schema files of old.
MigrationFile is the YAML-marshalable root of a migration file.
MigrationVersion is a JSON-marshalable representation of migration version (timestamp).
RemoteKill is the marshalable representation of a RemoteKill.
Schema is the YAML-marshalable representation of the TestTrack schema for migration validation and bootstrapping of new ecosystems.
SchemaSplit is the schema-file YAML-marshalable representation of a split's state.
SplitDecision is the JSON and YAML-marshalable representation of a SplitDecision.
SplitJSON is is the JSON-marshalabe representation of a Split.
SplitRetirement is the JSON and YAML-marshalable representation of a SplitRetirement.
SplitYAML is the YAML-marshalable representation of a Split.