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

[BUG] Example Versioning and openAPI generation seems not to be consistent? #636

Closed
Yauhenikapl opened this issue Aug 2, 2024 · 1 comment · Fixed by #637
Closed

[BUG] Example Versioning and openAPI generation seems not to be consistent? #636

Yauhenikapl opened this issue Aug 2, 2024 · 1 comment · Fixed by #637
Labels
bug Something isn't working

Comments

@Yauhenikapl
Copy link
Contributor

https://eclipse-esmf.github.io/esmf-developer-guide/tooling-guide/samm-cli.html#naming-and-versioning

The example for openAPI generation seems wrong: shouldn't it be V1 since it is

{
  "openapi" : "3.0.3",
  "info" : {
    "title" : "TestAspect",  
    "version" : "v2" 
  }
}

@prefix : <urn:samm:com.mycompany.myapplication:1.0.0#>?

Mirror: eclipse-esmf/esmf-semantic-aspect-meta-model#308

Copy link

Release v2.9.5 addresses this.

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

Successfully merging a pull request may close this issue.

1 participant