@@ -24,7 +24,6 @@ impl SchemaValidator {
|
||||
RawPlanSchema::Nickel { nickel } => Ok(Some(NickelSchemaValidator::validate(
|
||||
plan, project, nickel,
|
||||
)?)),
|
||||
RawPlanSchema::JsonSchema { jsonschema } => todo!("jsonschema not implemented yet"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user