Use fresh Ajv instance for schema validation tests
Created by: ottomata
Since we have multiple materalized files for the same schema version (e.g. latest.yaml, 1.0.0.yaml, 1.0.0.json, etc.), we need to avoid registering the same schema with the same Ajv instance when we run tests on each of these schemas.