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

Deprecate example field #1637

Merged
merged 2 commits into from
Sep 3, 2020
Merged

Deprecate example field #1637

merged 2 commits into from
Sep 3, 2020

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    86cf24a View commit details
    Browse the repository at this point in the history
  2. Deprecate example field in favor of example_string

    The example field using google.protobuf.Any
    was pretty silly and just happened to work because
    of how we were using it. It's confusing to users and breaks some tooling,
    so it is best deprecated.
    
    This is an unfortunate break from the "each field maps to the openapiv2 schema"
    precedent we've maintained so far, but there is
    no other good way that I can think of to safely deprecate
    this.
    johanbrandhorst committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    d7add58 View commit details
    Browse the repository at this point in the history