Commit 3f1744c1e25b6f860c5c4a3f4fc8473dd80b29f1
1 parent
dc9bb486
Exists in
dev
add pyros_seq_tmp fn
Showing
2 changed files
with
16 additions
and
2 deletions
Show diff stats
config/pyros_observatory/general/schemas/schema_device-2.0.yml
config/pyros_observatory/general/schemas/schema_observatory-2.0.yml
... | ... | @@ -317,6 +317,20 @@ schema;schema_FN_CONTEXTS: |
317 | 317 | type: str |
318 | 318 | pathnaming: |
319 | 319 | type: str |
320 | + pyros_seq_tmp: | |
321 | + type: map | |
322 | + required: False | |
323 | + mapping: | |
324 | + root_dir: | |
325 | + type: str | |
326 | + description: | |
327 | + type: str | |
328 | + extension: | |
329 | + type: str | |
330 | + naming: | |
331 | + type: str | |
332 | + pathnaming: | |
333 | + type: str | |
320 | 334 | pyros_eph: |
321 | 335 | type: map |
322 | 336 | required: False | ... | ... |