Commit b37de1f5794d49435bc5f6af409736a594a7683d
1 parent
0861a483
Exists in
dev
update schema_observatory
Showing
1 changed file
with
14 additions
and
0 deletions
Show diff stats
config/pyros_observatory/general/schemas/schema_observatory-2.0.yml
... | ... | @@ -135,6 +135,20 @@ schema;schema_FN_CONTEXTS: |
135 | 135 | type: map |
136 | 136 | required: False |
137 | 137 | mapping: |
138 | + pyros_skd: | |
139 | + type: map | |
140 | + required: False | |
141 | + mapping: | |
142 | + root_dir: | |
143 | + type: str | |
144 | + description: | |
145 | + type: str | |
146 | + extension: | |
147 | + type: str | |
148 | + naming: | |
149 | + type: str | |
150 | + pathnaming: | |
151 | + type: str | |
138 | 152 | cal_L0: |
139 | 153 | type: map |
140 | 154 | required: False | ... | ... |