gnostic
gnostic copied to clipboard
protoc-gen-openapi BUG
你们的v0.7.0 貌似有问题, 更新之后生成的字段, int64 全变成了string
I have the same problem
I also have the same issue when upgrading from v0.6.9 to v0.7.0. int64 fields that had previously been added as integer fields in the generated openapi.yaml are now generated as "string" types.
It appears this change was intentional see https://github.com/google/gnostic/pull/355