|
@@ -57,7 +57,7 @@ properties:
|
|
|
description: |
|
|
description: |
|
|
|
What dependencies are required to be able to participate in this module.
|
|
What dependencies are required to be able to participate in this module.
|
|
|
$ref: ./module-dependency.yaml
|
|
$ref: ./module-dependency.yaml
|
|
|
- enablingModules:
|
|
|
|
|
|
|
+ enabling_modules:
|
|
|
description: |
|
|
description: |
|
|
|
List of modules, that can be attended, after the completion of this module.
|
|
List of modules, that can be attended, after the completion of this module.
|
|
|
$ref: ./module-dependency.yaml
|
|
$ref: ./module-dependency.yaml
|
|
@@ -72,4 +72,4 @@ required:
|
|
|
- cat
|
|
- cat
|
|
|
- sub_cat
|
|
- sub_cat
|
|
|
- dependencies
|
|
- dependencies
|
|
|
- - enablingModules
|
|
|
|
|
|
|
+ - enabling_modules
|