neulab / explainaboard_web

MIT License
8 stars 2 forks source link

flask template: put requiredVars before optionalVars #510

Closed lyuyangh closed 1 year ago

lyuyangh commented 1 year ago

followup of #395. requiredVars now always come before optionalVars so there is no need to manually order the properties in openapi.yaml. This also solves the issue mentioned in #509.