Interface SchemaValidator

All Known Implementing Classes:
V1SchemaValidator

public interface SchemaValidator
Interface to define Schema validators. Schema validators are built up of ActionValidators which combine to validate a given schema. Schemas will change with time and will need new validators, so this interface ensures they can be easily swapped.