gnostic
gnostic copied to clipboard
feat: add support for required query parameters
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 from protobuf annotations
- Replace hardcoded Required: false with dynamic isRequired based on field annotations
- Improve OpenAPI spec accuracy by properly reflecting field requirements in query parameters
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.