Commit 2e89344611b9dfd77645c4bbfb6b5eb0b45ec691
1 parent
36634b6c
Exists in
dev
change required to false for dependencies section in obs config schema
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
CHANGELOG
1 | +08-09-2022 (AKo): v0.5.4.0 | ||
2 | + - Add AgentTriton | ||
3 | + - Add dependencies section in tnc obs config | ||
4 | + - Add dependencies section in obs schema | ||
5 | + | ||
1 | 30-08-2022 (AKo): v0.5.3.2 | 6 | 30-08-2022 (AKo): v0.5.3.2 |
2 | - Pyros container has fix hostname (hostname of local machine) | 7 | - Pyros container has fix hostname (hostname of local machine) |
3 | - Adding switch of database if we're not in docker and not on the computer that host the database | 8 | - Adding switch of database if we're not in docker and not on the computer that host the database |
config/schemas/schema_observatory-2.0.yml
@@ -237,7 +237,7 @@ schema;schema_DEPENDENCY: | @@ -237,7 +237,7 @@ schema;schema_DEPENDENCY: | ||
237 | 237 | ||
238 | schema;schema_DEPENDENCIES: | 238 | schema;schema_DEPENDENCIES: |
239 | type: seq | 239 | type: seq |
240 | - required: True | 240 | + required: False |
241 | sequence: | 241 | sequence: |
242 | - type: map | 242 | - type: map |
243 | mapping: | 243 | mapping: |