Merge pull request #4 from blue-build/create-import-schema
chore: Create import-v1 and module-custom-v1 schema
This commit is contained in:
commit
ff545861a5
1 changed files with 2 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ model ModuleDefaults {
|
|||
`no-cache`?: boolean = false;
|
||||
}
|
||||
|
||||
@jsonSchema("module-custom-v1.json")
|
||||
model CustomModule {
|
||||
/** This is not a built-in module. */
|
||||
type: string;
|
||||
|
|
@ -142,6 +143,7 @@ model CustomModule {
|
|||
}
|
||||
|
||||
@extension("additionalProperties", false)
|
||||
@jsonSchema("import-v1.json")
|
||||
model ImportedModule {
|
||||
/** The path to another file containing module configuration to import here.
|
||||
* https://blue-build.org/how-to/multiple-files/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue