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
There are several fields declared as type number using format: int32. According to https://swagger.io/specification/, only float and double are allowed for number. The type integer supports format: int32. I think this should be changed in https://github.com/SolaceProducts/pubsubplus-kubernetes-quickstart/blob/main/api/v1beta1/eventbroker_types.go#L146-L148 and all other places were an integer is expected.
number
format: int32
float
double
integer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are several fields declared as type
number
usingformat: int32
. According to https://swagger.io/specification/, onlyfloat
anddouble
are allowed fornumber
. The typeinteger
supportsformat: int32
. I think this should be changed in https://github.com/SolaceProducts/pubsubplus-kubernetes-quickstart/blob/main/api/v1beta1/eventbroker_types.go#L146-L148 and all other places were an integer is expected.The text was updated successfully, but these errors were encountered: