-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Enable elements try it #37
base: features/add-elements-to-show-openapi-spec
Are you sure you want to change the base?
Enable elements try it #37
Conversation
|
"run:v2": "OPENAPI_URL=https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v2.0/yaml/petstore.yaml npm run dev", | ||
"run:v3": "OPENAPI_URL=https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.yaml npm run dev" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, I'm going to remove those before opening the PR. I'm using them to test both version of OpenAPI
"run:v2": "OPENAPI_URL=https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v2.0/yaml/petstore.yaml npm run dev", | |
"run:v3": "OPENAPI_URL=https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.yaml npm run dev" |
e549a01
to
5117c56
Compare
List of Changes
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: