- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
Currently, when a template is created, we don't store or return the parameter schemas in any particular order. So template authors can't control the order in which users are prompted for parameters, and if a template is updated or recreated, the ordering can change unpredictably.
We should return schemas from the API in a consistent order, ideally the same order in which variables were specified in the template file.