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
For example, typing /{user}: will get autocompleted to:
/{user}:
/{user}: parameters: - name: user in: path description: user path parameter type: string
The text was updated successfully, but these errors were encountered:
Closing as a very old ticket. Please open a new ticket if still relevant.
Sorry, something went wrong.
Merge pull request #96 from swagger-api/ci-deploy-rancher
4aa6d37
ci: add deploy step for rancher workload
Fix: swagger-api#96. Use context to resolve type (swagger-api#97)
8bc6757
* Tests for swagger-api#96. * Fix: swagger-api#96. Use @context to resolve @type. * See: swagger-api#63. About nested @context. * refactory classUri not valid --------- Co-authored-by: Stefano Baruzzo <[email protected]>
Fix: swagger-api#31. Improve $refs (includes Fix: swagger-api#96) (sw…
4b790d7
…agger-api#98) * Tests for swagger-api#96. * Fix: swagger-api#96. Use @context to resolve @type. * See: swagger-api#63. About nested @context. * Fix: swagger-api#31. Resolve $ref'd contexts. * Don't show array/items in properties. * Remove unused variables. * Show semantic properties of . * Basic working solution, with regressions. * Use slice. Never use splice. * Fix: swagger-api#122. Resolve 'd contexts. (swagger-api#123) * Don't resolve jsonld keywords. * Fix jsonld type resolver. --------- Co-authored-by: Stefano Baruzzo <[email protected]>
No branches or pull requests
For example, typing
/{user}:
will get autocompleted to:The text was updated successfully, but these errors were encountered: