diff --git a/schemas/dependencyImpact.schema.tpl.json b/schemas/dependencyImpact.schema.tpl.json new file mode 100644 index 00000000..72f764d8 --- /dev/null +++ b/schemas/dependencyImpact.schema.tpl.json @@ -0,0 +1,4 @@ +{ + "_type": "controlledTerms:DependencyImpact", + "_extends": "controlledTerm.schema.tpl.json" +}