Class CompatibilityType (0.1.0)

CompatibilityType(value)

Compatibility type of the schemas.

Enums

Name Description
NONE No compatibility check.
BACKWARD Backwards compatible with the most recent version.
BACKWARD_TRANSITIVE Backwards compatible with all previous versions.
FORWARD Forwards compatible with the most recent version.
FORWARD_TRANSITIVE Forwards compatible with all previous versions.
FULL Backwards and forwards compatible with the most recent version.
FULL_TRANSITIVE Backwards and forwards compatible with all previous versions.