save progress
This commit is contained in:
@@ -15,7 +15,10 @@ public sealed class RunManifestValidator : IRunManifestValidator
|
||||
public RunManifestValidator()
|
||||
{
|
||||
var schemaJson = SchemaLoader.LoadSchema("run-manifest.schema.json");
|
||||
_schema = JsonSchema.FromText(schemaJson);
|
||||
_schema = JsonSchema.FromText(schemaJson, new BuildOptions
|
||||
{
|
||||
SchemaRegistry = new SchemaRegistry()
|
||||
});
|
||||
}
|
||||
|
||||
public ValidationResult Validate(RunManifest manifest)
|
||||
|
||||
Reference in New Issue
Block a user