To evaluate pipeline parameters early we need a way of accessing the schema in a private pipeline outside of Seqera Platform. Since the platform has already retrieved the schema, it would be good to have an API for retrieving the schema and using internally, e.g. GET /workflows/${workflowId}/schema returning a JSON body. We could then use it in out-of-platform tools (e.g. nextflow launch , Tower CLI, Node-RED) for validation of pipeline parameters early.