Commit 0e456e273b36939bbd757d35c983273a859f7aea

Authored by Alexis Koralewski
1 parent cdb5c29a
Exists in dev

add install section in dependencies of schema obs

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
config/schemas/schema_observatory-2.0.yml
... ... @@ -218,6 +218,13 @@ schema;schema_link:
218 218 url:
219 219 type: str
220 220 required: True
  221 + install:
  222 + type: map
  223 + mapping:
  224 + shell:
  225 + type: str
  226 + script:
  227 + type: str
221 228  
222 229 schema;schema_DEPENDENCY:
223 230 type: map
... ...