We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use swagger ui before. I found oax today, it's awsome!!
oax
I always want to define some global variable, so I can use them at anyway in openapi.yml.
like the variable used in bash or javascript string:
var1='abc123' str1=`hello ${var1}`
original openapi spec seem not support this, extensions or some hack can do it easily?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use swagger ui before.
I found
oax
today, it's awsome!!I always want to define some global variable,
so I can use them at anyway in openapi.yml.
like the variable used in bash or javascript string:
original openapi spec seem not support this,
extensions or some hack can do it easily?
The text was updated successfully, but these errors were encountered: