feat: Create a module-stage-list-v1.json schema
This commit is contained in:
parent
cec69c1801
commit
6652c25825
1 changed files with 6 additions and 0 deletions
|
|
@ -130,3 +130,9 @@ model ImportedModule {
|
|||
*/
|
||||
`from-file`: string;
|
||||
}
|
||||
|
||||
@jsonSchema("module-stage-list-v1.json")
|
||||
model ModuleStageList {
|
||||
...ModuleList;
|
||||
...StageList;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue