gnostic icon indicating copy to clipboard operation
gnostic copied to clipboard

A compiler for APIs described by the OpenAPI Specification with plugins for code generation and other API support tasks.

Results 125 gnostic issues
Sort by recently updated
recently updated
newest added

Fix this error in the installation instructions: ``` go install github.com/google/gnostic/cmd/protoc-gen-openapi go: 'go install' requires a version when current directory is not in a module Try 'go install github.com/google/gnostic/cmd/protoc-gen-openapi@latest' to...

This is a general question about the status of this repository, and who the official maintainer is. It looks like @timburks left Google earlier this month (5/2024). Is there anyone...

feat: add support for required query parameters based on field behavior annotations - Add isFieldRequired() method to check for REQUIRED field behavior annotation - Update _buildQueryParamsV3() to respect field requirements...

is or not service name and function name display comment. If "true" service name and function name display commen

- Extract and add the first non-empty line of the comment as the summary - Improve operation description by providing a concise summary

I want customize a response header in code=200 like: At present, it seems that only default can be modified.Is there another way?

# Summary Related discussion is in #251, with a big disclaimer that this only changes generation for messages with a single `oneof` block. I've gated this behind `--openapi_out=oneof=1` to make...

Multiline linter comments in the proto (those delimited with `(--` and `--)`) are not correctly removed from generated yaml. As a canonical example of why this is necessary, consider [AIP-200](https://google.aip.dev/200),...

It would be helpful if we could support field numbers and reserved field definitions when converting to / from proto. For example: ```proto message Request { reserved 2; reserved "second";...