You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Since schema references often correspond to named structs, I'm inclined to force all inlined schemas to be converted to references, either with a linter rule or a transformation.
As long as this linter rule or transformation does not exist we should display a warning that the output of gnostic-grpc might be faulty in case the user provides an OpenAPI description with inline schemas.
Expected console output after running gnostic --grpc-out...:
level:WARNING code: "" text: "An inline schema is provided. The output of gnostic-grpc might be incorrect. Consider using a reference for your schema" keys:"paths" keys:"/inlineSchema" keys:"get" keys:"responses" keys:"200" keys:"content" keys:"application/json" keys:"schema"