refactor: split into src-web and src-tsp folders
This commit is contained in:
parent
1cb4b0ca4a
commit
2fa5fecc7c
6 changed files with 3 additions and 3 deletions
13
src-tsp/main.tsp
Normal file
13
src-tsp/main.tsp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import "@typespec/json-schema";
|
||||
import "./modules.tsp";
|
||||
|
||||
using TypeSpec.JsonSchema;
|
||||
|
||||
@jsonSchema()
|
||||
model recipe {
|
||||
name: string,
|
||||
description: string,
|
||||
"base-image": string,
|
||||
"image-version": string,
|
||||
modules: Array<module>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue