feat: Create a module-stage-list-v1.json schema

This commit is contained in:
Gerald Pinder 2024-10-20 17:07:49 -04:00
parent cec69c1801
commit 6652c25825

View file

@ -130,3 +130,9 @@ model ImportedModule {
*/ */
`from-file`: string; `from-file`: string;
} }
@jsonSchema("module-stage-list-v1.json")
model ModuleStageList {
...ModuleList;
...StageList;
}