common-workflow-language / common-workflow-language/schema_salad
feature request: `--print-avro` should resolve `extends` references
Open
- Dominant language
- Python
- Stars
- 86
- Forks
- 64
- Avg merge
- 19h 24m
- Merged PRs (30d)
- 19
Description
Hi! Benten relies on the schema to create all the data structures needed to analyze CWL documents. I use the schema in `.json` format as generated by `--print-avro`. Any references mentioned in any `extends` field in a definition I can incorporate if they are to be found in that `.json` file somewhere. However I see that some references are not, such as `RecordSchema`, `InputSchema` and so on. It would be nice if `--print-avro` resolved all `extends` references or at least placed them in the output `.json`. Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.