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

Revert "[+] support integer64 as string option (#355)" #431

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 7, 2024

  1. Revert "[+] support integer64 as string option (google#355)"

    This reverts commit c62333b.
    
    The original change conflated the guidance for encoding protobuf
    messages as json objects with generating an OpenAPI v3 spec file.
    OpenAPI v3 explicitly allows for integer types of int64
    (https://swagger.io/docs/specification/data-models/data-types/#numbers).
    The OpenAPI v3 spec generated by this tool will then usually be fed into
    language specific generators which will determine how they want to
    handle each of the types depending on the specific target language.
    ajorgensen committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4d065e2 View commit details
    Browse the repository at this point in the history