Skip to content
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

Generic softlink references use type instead of $ref in OpenAPI specs #161

Closed
jeaf-anaptecs opened this issue May 8, 2024 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@jeaf-anaptecs
Copy link
Contributor

Description

Generic softlink references use type instead of $ref in OpenAPI specs.

Current

subscriptionContractTemplate: 
 type: '../common/common.yaml#/components/schemas/CommonID' 
 nullable: false

Expected

subscriptionContractTemplate: 
 $ref: '../common/common.yaml#/components/schemas/CommonID' 
 nullable: false
@jeaf-anaptecs jeaf-anaptecs added the bug Something isn't working label May 8, 2024
@jeaf-anaptecs jeaf-anaptecs self-assigned this May 8, 2024
jeaf-anaptecs added a commit that referenced this issue May 8, 2024
jeaf-anaptecs added a commit that referenced this issue May 9, 2024
* Prepared hotfix branch

* Fixed #161

* [maven-release-plugin] prepare release v1.18.1

* [maven-release-plugin] prepare for next development iteration

* Updated generated openAPI spec due to fix for #161
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant