diff --git a/src-tsp/main.tsp b/src-tsp/main.tsp index aa621c0..9c35bcf 100644 --- a/src-tsp/main.tsp +++ b/src-tsp/main.tsp @@ -130,3 +130,9 @@ model ImportedModule { */ `from-file`: string; } + +@jsonSchema("module-stage-list-v1.json") +model ModuleStageList { + ...ModuleList; + ...StageList; +}