-
Notifications
You must be signed in to change notification settings - Fork 15
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
Sap systems and Databases openapi #528
Conversation
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.
Hey @nelsonkopliku ,
Nice job. I have just found some missmatches in the types, some descriptions and tiny details.
features: %Schema{type: :string, description: "Instance Features"}, | ||
http_port: %Schema{type: :integer, description: "Instance HTTP Port"}, | ||
https_port: %Schema{type: :integer, description: "Instance HTTPS Port"}, | ||
start_priority: %Schema{type: :string, description: "Instance Start Priority"}, |
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.
The instance priority is a number with decimals
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.
Interesting, we're defining it as a string in commands, events and readmodels.
I'll keep it like this and create an item in the backlog if that's ok.
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.
Totally fine! We don't do anything more than displaying it, so string is even good for us
60fbbd9
to
2e90f57
Compare
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.
Go!
Elixir! 😂 |
For extra information see here
#512
#522